Enum block_padding::PadType
source · pub enum PadType {
Reversible,
Ambiguous,
NoPadding,
}
Expand description
Padding types
Variants§
Reversible
Reversible padding
Ambiguous
Ambiguous padding
NoPadding
No padding, message must be multiple of block size
Trait Implementations§
source§impl PartialEq for PadType
impl PartialEq for PadType
impl Copy for PadType
impl Eq for PadType
impl StructuralPartialEq for PadType
Auto Trait Implementations§
impl Freeze for PadType
impl RefUnwindSafe for PadType
impl Send for PadType
impl Sync for PadType
impl Unpin for PadType
impl UnwindSafe for PadType
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