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 = Self(0i32)
pub const Started: Self = Self(1i32)
pub const UnknownDevice: Self = Self(2i32)
pub const DisabledByPolicy: Self = Self(3i32)
pub const InvalidAuthenticationStage: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more