#[repr(transparent)]pub struct EasEncryptionProviderType(pub i32);
Expand description
Required features: "Security_ExchangeActiveSyncProvisioning"
Tuple Fields
0: i32
Implementations
impl EasEncryptionProviderType
impl EasEncryptionProviderType
pub const NotEvaluated: Self = Self(0i32)
pub const WindowsEncryption: Self = Self(1i32)
pub const OtherEncryption: Self = Self(2i32)
Trait Implementations
impl Clone for EasEncryptionProviderType
impl Clone for EasEncryptionProviderType
impl Copy for EasEncryptionProviderType
Auto Trait Implementations
impl RefUnwindSafe for EasEncryptionProviderType
impl Send for EasEncryptionProviderType
impl Sync for EasEncryptionProviderType
impl Unpin for EasEncryptionProviderType
impl UnwindSafe for EasEncryptionProviderType
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