Enum libcryptsetup_rs::LuksType
source · [−]pub enum LuksType {
Luks1,
Luks2,
}
Expand description
LUKS type (1 or 2)
Variants
Luks1
Luks2
Implementations
Trait Implementations
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
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