Struct wolf_crypto::buf::Nonce16
source · pub struct Nonce16 { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nonce16
impl RefUnwindSafe for Nonce16
impl Send for Nonce16
impl Sync for Nonce16
impl Unpin for Nonce16
impl UnwindSafe for Nonce16
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