Enum libcryptsetup_rs::consts::vals::EncryptionFormat
source · [−]pub enum EncryptionFormat {
Plain,
Luks1,
Luks2,
Loopaes,
Verity,
Tcrypt,
Integrity,
}Expand description
Device formatting type options
Variants
Plain
Luks1
Luks2
Loopaes
Verity
Tcrypt
Integrity
Trait Implementations
sourceimpl Debug for EncryptionFormat
impl Debug for EncryptionFormat
sourceimpl PartialEq<EncryptionFormat> for EncryptionFormat
impl PartialEq<EncryptionFormat> for EncryptionFormat
sourcefn eq(&self, other: &EncryptionFormat) -> bool
fn eq(&self, other: &EncryptionFormat) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for EncryptionFormat
impl StructuralEq for EncryptionFormat
impl StructuralPartialEq for EncryptionFormat
Auto Trait Implementations
impl RefUnwindSafe for EncryptionFormat
impl Send for EncryptionFormat
impl Sync for EncryptionFormat
impl Unpin for EncryptionFormat
impl UnwindSafe for EncryptionFormat
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