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