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