Enum libcryptsetup_rs::consts::vals::CryptStatusInfo
source · [−]pub enum CryptStatusInfo {
Invalid,
Inactive,
Active,
Busy,
}Expand description
Status of a crypt device
Variants
Invalid
Inactive
Active
Busy
Trait Implementations
sourceimpl Clone for CryptStatusInfo
impl Clone for CryptStatusInfo
sourcefn clone(&self) -> CryptStatusInfo
fn clone(&self) -> CryptStatusInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CryptStatusInfo
impl Debug for CryptStatusInfo
sourceimpl Into<u32> for CryptStatusInfo
impl Into<u32> for CryptStatusInfo
sourceimpl PartialEq<CryptStatusInfo> for CryptStatusInfo
impl PartialEq<CryptStatusInfo> for CryptStatusInfo
sourcefn eq(&self, other: &CryptStatusInfo) -> bool
fn eq(&self, other: &CryptStatusInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl TryFrom<u32> for CryptStatusInfo
impl TryFrom<u32> for CryptStatusInfo
impl Copy for CryptStatusInfo
impl Eq for CryptStatusInfo
impl StructuralEq for CryptStatusInfo
impl StructuralPartialEq for CryptStatusInfo
Auto Trait Implementations
impl RefUnwindSafe for CryptStatusInfo
impl Send for CryptStatusInfo
impl Sync for CryptStatusInfo
impl Unpin for CryptStatusInfo
impl UnwindSafe for CryptStatusInfo
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