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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more