Struct windows_sys::Security::Authentication::Identity::Provider::SecondaryAuthenticationFactorAuthenticationMessage
[−]#[repr(transparent)]pub struct SecondaryAuthenticationFactorAuthenticationMessage(pub i32);
Expand description
Required features: "Security_Authentication_Identity_Provider"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl SecondaryAuthenticationFactorAuthenticationMessage
impl SecondaryAuthenticationFactorAuthenticationMessage
pub const Invalid: Self = Self(0i32)
pub const SwipeUpWelcome: Self = Self(1i32)
pub const TapWelcome: Self = Self(2i32)
pub const DeviceNeedsAttention: Self = Self(3i32)
pub const LookingForDevice: Self = Self(4i32)
pub const LookingForDevicePluggedin: Self = Self(5i32)
pub const BluetoothIsDisabled: Self = Self(6i32)
pub const NfcIsDisabled: Self = Self(7i32)
pub const WiFiIsDisabled: Self = Self(8i32)
pub const ExtraTapIsRequired: Self = Self(9i32)
pub const DisabledByPolicy: Self = Self(10i32)
pub const TapOnDeviceRequired: Self = Self(11i32)
pub const HoldFinger: Self = Self(12i32)
pub const ScanFinger: Self = Self(13i32)
pub const ReregisterRequired: Self = Self(15i32)
pub const TryAgain: Self = Self(16i32)
pub const SayPassphrase: Self = Self(17i32)
pub const ReadyToSignIn: Self = Self(18i32)
pub const UseAnotherSignInOption: Self = Self(19i32)
pub const ConnectionRequired: Self = Self(20i32)
pub const TimeLimitExceeded: Self = Self(21i32)
pub const CanceledByUser: Self = Self(22i32)
pub const CenterHand: Self = Self(23i32)
pub const MoveHandCloser: Self = Self(24i32)
pub const MoveHandFarther: Self = Self(25i32)
pub const PlaceHandAbove: Self = Self(26i32)
pub const RecognitionFailed: Self = Self(27i32)
Trait Implementations
impl Copy for SecondaryAuthenticationFactorAuthenticationMessage
Auto Trait Implementations
impl RefUnwindSafe for SecondaryAuthenticationFactorAuthenticationMessage
impl Send for SecondaryAuthenticationFactorAuthenticationMessage
impl Sync for SecondaryAuthenticationFactorAuthenticationMessage
impl Unpin for SecondaryAuthenticationFactorAuthenticationMessage
impl UnwindSafe for SecondaryAuthenticationFactorAuthenticationMessage
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