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