pub struct Aes256Key(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aes256Key
impl RefUnwindSafe for Aes256Key
impl Send for Aes256Key
impl Sync for Aes256Key
impl Unpin for Aes256Key
impl UnwindSafe for Aes256Key
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