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