Struct windows_sys::Security::Authentication::Identity::Core::MicrosoftAccountMultiFactorSessionAuthenticationStatus
[−]#[repr(transparent)]pub struct MicrosoftAccountMultiFactorSessionAuthenticationStatus(pub i32);
Expand description
Required features: "Security_Authentication_Identity_Core"
Tuple Fields
0: i32
Implementations
impl MicrosoftAccountMultiFactorSessionAuthenticationStatus
impl MicrosoftAccountMultiFactorSessionAuthenticationStatus
pub const Authenticated: Self = Self(0i32)
pub const Unauthenticated: Self = Self(1i32)
Trait Implementations
impl Copy for MicrosoftAccountMultiFactorSessionAuthenticationStatus
Auto Trait Implementations
impl RefUnwindSafe for MicrosoftAccountMultiFactorSessionAuthenticationStatus
impl Send for MicrosoftAccountMultiFactorSessionAuthenticationStatus
impl Sync for MicrosoftAccountMultiFactorSessionAuthenticationStatus
impl Unpin for MicrosoftAccountMultiFactorSessionAuthenticationStatus
impl UnwindSafe for MicrosoftAccountMultiFactorSessionAuthenticationStatus
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