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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)