Enum libcryptsetup_rs::LockState
source · [−]pub enum LockState {
Unlocked,
Locked,
}Expand description
State of memory lock
Variants
Unlocked
Locked
Trait Implementations
impl StructuralPartialEq for LockState
Auto Trait Implementations
impl RefUnwindSafe for LockState
impl Send for LockState
impl Sync for LockState
impl Unpin for LockState
impl UnwindSafe for LockState
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