pub struct AEADIV(Iv);
Expand description
An abstract AEAD initialization vector.
Tuple Fields§
§0: Iv
Implementations§
Auto Trait Implementations§
impl Freeze for AEADIV
impl RefUnwindSafe for AEADIV
impl Send for AEADIV
impl Sync for AEADIV
impl Unpin for AEADIV
impl UnwindSafe for AEADIV
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