Enum libcryptsetup_rs::consts::vals::LockState
source · pub enum LockState {
Unlocked,
Locked,
}Expand description
State of memory lock
Variants§
Trait Implementations§
source§impl PartialEq<LockState> for LockState
impl PartialEq<LockState> for LockState
impl Eq for LockState
impl StructuralEq for LockState
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§
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