Enum libcryptsetup_rs::consts::vals::EncryptionFormat
source · pub enum EncryptionFormat {
Plain,
Luks1,
Luks2,
Loopaes,
Verity,
Tcrypt,
Integrity,
}Expand description
Device formatting type options
Variants§
Trait Implementations§
source§impl Debug for EncryptionFormat
impl Debug for EncryptionFormat
source§impl PartialEq<EncryptionFormat> for EncryptionFormat
impl PartialEq<EncryptionFormat> for EncryptionFormat
source§fn 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 ==.