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 mutliple of block size
Trait Implementations
impl Copy for PadType
impl Eq for PadType
impl StructuralEq for PadType
impl StructuralPartialEq for PadType
Auto Trait Implementations
impl RefUnwindSafe for PadType
impl Send for PadType
impl Sync for PadType
impl Unpin for PadType
impl UnwindSafe for PadType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more