pub struct DecryptCipher { /* private fields */ }Expand description
Decrypt half of a split CipherState.
Owns an independent AES key schedule and the decryption IV register.
Used by the connection reader task after CipherState::split.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecryptCipher
impl RefUnwindSafe for DecryptCipher
impl Send for DecryptCipher
impl Sync for DecryptCipher
impl Unpin for DecryptCipher
impl UnsafeUnpin for DecryptCipher
impl UnwindSafe for DecryptCipher
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