pub struct U12;Expand description
Represents a 12 byte IV size.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U12
impl RefUnwindSafe for U12
impl Send for U12
impl Sync for U12
impl Unpin for U12
impl UnwindSafe for U12
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