Enum libcryptsetup_rs::consts::vals::CryptReencryptInfo
source · pub enum CryptReencryptInfo {
None,
Clean,
Crash,
Invalid,
}Expand description
Encryption mode flags
Variants§
Trait Implementations§
source§impl Clone for CryptReencryptInfo
impl Clone for CryptReencryptInfo
source§fn clone(&self) -> CryptReencryptInfo
fn clone(&self) -> CryptReencryptInfo
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 CryptReencryptInfo
impl Debug for CryptReencryptInfo
source§impl Into<u32> for CryptReencryptInfo
impl Into<u32> for CryptReencryptInfo
source§impl PartialEq<CryptReencryptInfo> for CryptReencryptInfo
impl PartialEq<CryptReencryptInfo> for CryptReencryptInfo
source§fn eq(&self, other: &CryptReencryptInfo) -> bool
fn eq(&self, other: &CryptReencryptInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.