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