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