Struct EasRequireEncryptionResult
#[repr(transparent)]pub struct EasRequireEncryptionResult(pub i32);Tuple Fields§
§0: i32Implementations§
§impl EasRequireEncryptionResult
impl EasRequireEncryptionResult
pub const NotEvaluated: Self
pub const Compliant: Self
pub const CanBeCompliant: Self
pub const NotProvisionedOnAllVolumes: Self
pub const DeFixedDataNotSupported: Self
pub const FixedDataNotSupported: Self
pub const DeHardwareNotCompliant: Self
pub const HardwareNotCompliant: Self
pub const DeWinReNotConfigured: Self
pub const LockNotConfigured: Self
pub const DeProtectionSuspended: Self
pub const ProtectionSuspended: Self
pub const DeOsVolumeNotProtected: Self
pub const OsVolumeNotProtected: Self
pub const DeProtectionNotYetEnabled: Self
pub const ProtectionNotYetEnabled: Self
pub const NoFeatureLicense: Self
pub const OsNotProtected: Self
pub const UnexpectedFailure: Self
Trait Implementations§
§impl Clone for EasRequireEncryptionResult
impl Clone for EasRequireEncryptionResult
§fn clone(&self) -> EasRequireEncryptionResult
fn clone(&self) -> EasRequireEncryptionResult
Returns a duplicate 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 more§impl Debug for EasRequireEncryptionResult
impl Debug for EasRequireEncryptionResult
§impl Default for EasRequireEncryptionResult
impl Default for EasRequireEncryptionResult
§fn default() -> EasRequireEncryptionResult
fn default() -> EasRequireEncryptionResult
Returns the “default value” for a type. Read more
§impl PartialEq for EasRequireEncryptionResult
impl PartialEq for EasRequireEncryptionResult
impl Copy for EasRequireEncryptionResult
impl Eq for EasRequireEncryptionResult
impl StructuralPartialEq for EasRequireEncryptionResult
Auto Trait Implementations§
impl Freeze for EasRequireEncryptionResult
impl RefUnwindSafe for EasRequireEncryptionResult
impl Send for EasRequireEncryptionResult
impl Sync for EasRequireEncryptionResult
impl Unpin for EasRequireEncryptionResult
impl UnwindSafe for EasRequireEncryptionResult
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