Enum libcryptsetup_rs::consts::vals::CryptStatusInfo
source · pub enum CryptStatusInfo {
Invalid,
Inactive,
Active,
Busy,
}Expand description
Status of a crypt device
Variants§
Trait Implementations§
source§impl Clone for CryptStatusInfo
impl Clone for CryptStatusInfo
source§fn clone(&self) -> CryptStatusInfo
fn clone(&self) -> CryptStatusInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CryptStatusInfo
impl Debug for CryptStatusInfo
source§impl Into<u32> for CryptStatusInfo
impl Into<u32> for CryptStatusInfo
source§impl PartialEq<CryptStatusInfo> for CryptStatusInfo
impl PartialEq<CryptStatusInfo> for CryptStatusInfo
source§fn 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 ==.source§impl 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§
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