Struct windows::Win32::Security::Authentication::Identity::SECURITY_LOGON_TYPE
#[repr(transparent)]pub struct SECURITY_LOGON_TYPE(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SECURITY_LOGON_TYPE
impl SECURITY_LOGON_TYPE
pub const UndefinedLogonType: Self = _
pub const Interactive: Self = _
pub const Network: Self = _
pub const Batch: Self = _
pub const Service: Self = _
pub const Proxy: Self = _
pub const Unlock: Self = _
pub const NetworkCleartext: Self = _
pub const NewCredentials: Self = _
pub const RemoteInteractive: Self = _
pub const CachedInteractive: Self = _
pub const CachedRemoteInteractive: Self = _
pub const CachedUnlock: Self = _
Trait Implementations§
§impl Clone for SECURITY_LOGON_TYPE
impl Clone for SECURITY_LOGON_TYPE
§fn clone(&self) -> SECURITY_LOGON_TYPE
fn clone(&self) -> SECURITY_LOGON_TYPE
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 SECURITY_LOGON_TYPE
impl Debug for SECURITY_LOGON_TYPE
§impl Default for SECURITY_LOGON_TYPE
impl Default for SECURITY_LOGON_TYPE
§fn default() -> SECURITY_LOGON_TYPE
fn default() -> SECURITY_LOGON_TYPE
Returns the “default value” for a type. Read more
§impl PartialEq for SECURITY_LOGON_TYPE
impl PartialEq for SECURITY_LOGON_TYPE
§fn eq(&self, other: &SECURITY_LOGON_TYPE) -> bool
fn eq(&self, other: &SECURITY_LOGON_TYPE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SECURITY_LOGON_TYPE
impl Eq for SECURITY_LOGON_TYPE
impl StructuralPartialEq for SECURITY_LOGON_TYPE
Auto Trait Implementations§
impl Freeze for SECURITY_LOGON_TYPE
impl RefUnwindSafe for SECURITY_LOGON_TYPE
impl Send for SECURITY_LOGON_TYPE
impl Sync for SECURITY_LOGON_TYPE
impl Unpin for SECURITY_LOGON_TYPE
impl UnwindSafe for SECURITY_LOGON_TYPE
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
)