#[repr(transparent)]pub struct IsolatedWindowsEnvironmentSignInProgress(pub i32);
Expand description
Required features: "Security_Isolation"
Tuple Fields§
§0: i32
Implementations§
§impl IsolatedWindowsEnvironmentSignInProgress
impl IsolatedWindowsEnvironmentSignInProgress
pub const Connecting: Self = _
pub const Connected: Self = _
pub const Authenticating: Self = _
pub const SettingUpAccount: Self = _
pub const Finalizing: Self = _
pub const Completed: Self = _
Trait Implementations§
§impl PartialEq<IsolatedWindowsEnvironmentSignInProgress> for IsolatedWindowsEnvironmentSignInProgress
impl PartialEq<IsolatedWindowsEnvironmentSignInProgress> for IsolatedWindowsEnvironmentSignInProgress
§fn eq(&self, other: &IsolatedWindowsEnvironmentSignInProgress) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentSignInProgress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.