pub struct Cbc { /* private fields */ }Expand description
Cipher block chaining mode.
Implementations§
Trait Implementations§
Source§impl From<Cbc> for CipherState
Available on crate feature unstable only.
impl From<Cbc> for CipherState
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for Cbc
impl RefUnwindSafe for Cbc
impl Send for Cbc
impl Sync for Cbc
impl Unpin for Cbc
impl UnwindSafe for Cbc
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