pub struct Aes256CmacImplContext { /* private fields */ }Expand description
Opaque storage for the implementation’s CMAC state.
Trait Implementations§
Source§impl Clone for Aes256CmacImplContext
impl Clone for Aes256CmacImplContext
Source§impl Drop for Aes256CmacImplContext
impl Drop for Aes256CmacImplContext
impl Send for Aes256CmacImplContext
impl Sync for Aes256CmacImplContext
Auto Trait Implementations§
impl !RefUnwindSafe for Aes256CmacImplContext
impl !Unpin for Aes256CmacImplContext
impl !UnwindSafe for Aes256CmacImplContext
impl Freeze for Aes256CmacImplContext
impl UnsafeUnpin for Aes256CmacImplContext
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