Enum libcryptsetup_rs::consts::vals::LuksType
source · pub enum LuksType {
Luks1,
Luks2,
}Expand description
LUKS type (1 or 2)
Variants§
Trait Implementations§
source§impl PartialEq<LuksType> for LuksType
impl PartialEq<LuksType> for LuksType
impl Eq for LuksType
impl StructuralEq for LuksType
impl StructuralPartialEq for LuksType
Auto Trait Implementations§
impl RefUnwindSafe for LuksType
impl Send for LuksType
impl Sync for LuksType
impl Unpin for LuksType
impl UnwindSafe for LuksType
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