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