pub struct Aes128Key(pub [u8; 16]);
Tuple Fields§
§0: [u8; 16]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aes128Key
impl RefUnwindSafe for Aes128Key
impl Send for Aes128Key
impl Sync for Aes128Key
impl Unpin for Aes128Key
impl UnwindSafe for Aes128Key
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more