#[repr(transparent)]pub struct EasRequireEncryptionResult(pub i32);
Expand description
Required features: "Security_ExchangeActiveSyncProvisioning"
Tuple Fields
0: i32
Implementations
impl EasRequireEncryptionResult
impl EasRequireEncryptionResult
pub const NotEvaluated: Self = Self(0i32)
pub const Compliant: Self = Self(1i32)
pub const CanBeCompliant: Self = Self(2i32)
pub const NotProvisionedOnAllVolumes: Self = Self(3i32)
pub const DeFixedDataNotSupported: Self = Self(4i32)
pub const FixedDataNotSupported: Self = Self(4i32)
pub const DeHardwareNotCompliant: Self = Self(5i32)
pub const HardwareNotCompliant: Self = Self(5i32)
pub const DeWinReNotConfigured: Self = Self(6i32)
pub const LockNotConfigured: Self = Self(6i32)
pub const DeProtectionSuspended: Self = Self(7i32)
pub const ProtectionSuspended: Self = Self(7i32)
pub const DeOsVolumeNotProtected: Self = Self(8i32)
pub const OsVolumeNotProtected: Self = Self(8i32)
pub const DeProtectionNotYetEnabled: Self = Self(9i32)
pub const ProtectionNotYetEnabled: Self = Self(9i32)
pub const NoFeatureLicense: Self = Self(10i32)
pub const OsNotProtected: Self = Self(11i32)
pub const UnexpectedFailure: Self = Self(12i32)
Trait Implementations
impl Clone for EasRequireEncryptionResult
impl Clone for EasRequireEncryptionResult
impl Copy for EasRequireEncryptionResult
Auto Trait Implementations
impl RefUnwindSafe for EasRequireEncryptionResult
impl Send for EasRequireEncryptionResult
impl Sync for EasRequireEncryptionResult
impl Unpin for EasRequireEncryptionResult
impl UnwindSafe for EasRequireEncryptionResult
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