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
pub const Unauthenticated: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more