pub struct CliCipher(/* private fields */);Methods from Deref<Target = Cipher>§
sourcepub fn block_size(&self) -> usize
pub fn block_size(&self) -> usize
Returns the block size of the cipher.
Trait Implementations§
source§impl PartialEq<Cipher> for CliCipher
impl PartialEq<Cipher> for CliCipher
Auto Trait Implementations§
impl RefUnwindSafe for CliCipher
impl Send for CliCipher
impl Sync for CliCipher
impl Unpin for CliCipher
impl UnwindSafe for CliCipher
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