Struct windows::System::UserAuthenticationStatus
#[repr(transparent)]pub struct UserAuthenticationStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl UserAuthenticationStatus
impl UserAuthenticationStatus
pub const Unauthenticated: Self = _
pub const LocallyAuthenticated: Self = _
pub const RemotelyAuthenticated: Self = _
Trait Implementations§
§impl Clone for UserAuthenticationStatus
impl Clone for UserAuthenticationStatus
§fn clone(&self) -> UserAuthenticationStatus
fn clone(&self) -> UserAuthenticationStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UserAuthenticationStatus
impl Debug for UserAuthenticationStatus
§impl Default for UserAuthenticationStatus
impl Default for UserAuthenticationStatus
§fn default() -> UserAuthenticationStatus
fn default() -> UserAuthenticationStatus
Returns the “default value” for a type. Read more
§impl PartialEq for UserAuthenticationStatus
impl PartialEq for UserAuthenticationStatus
§fn eq(&self, other: &UserAuthenticationStatus) -> bool
fn eq(&self, other: &UserAuthenticationStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UserAuthenticationStatus
impl Eq for UserAuthenticationStatus
impl StructuralPartialEq for UserAuthenticationStatus
Auto Trait Implementations§
impl Freeze for UserAuthenticationStatus
impl RefUnwindSafe for UserAuthenticationStatus
impl Send for UserAuthenticationStatus
impl Sync for UserAuthenticationStatus
impl Unpin for UserAuthenticationStatus
impl UnwindSafe for UserAuthenticationStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)