Struct windows_sys::Security::Authentication::Identity::Provider::SecondaryAuthenticationFactorAuthenticationStatus
[−]#[repr(transparent)]pub struct SecondaryAuthenticationFactorAuthenticationStatus(pub i32);
Expand description
Required features: ‘Security_Authentication_Identity_Provider’, ‘deprecated’
Tuple Fields
0: i32
Implementations
impl SecondaryAuthenticationFactorAuthenticationStatus
impl SecondaryAuthenticationFactorAuthenticationStatus
pub const Failed: Self
pub const Started: Self
pub const UnknownDevice: Self
pub const DisabledByPolicy: Self
pub const InvalidAuthenticationStage: Self
Trait Implementations
impl Copy for SecondaryAuthenticationFactorAuthenticationStatus
Auto Trait Implementations
impl RefUnwindSafe for SecondaryAuthenticationFactorAuthenticationStatus
impl Send for SecondaryAuthenticationFactorAuthenticationStatus
impl Sync for SecondaryAuthenticationFactorAuthenticationStatus
impl Unpin for SecondaryAuthenticationFactorAuthenticationStatus
impl UnwindSafe for SecondaryAuthenticationFactorAuthenticationStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more