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