#[repr(C)]
pub struct WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0 {
Show 27 fields pub dwType: u32, pub UserToken: HANDLE, pub LogonId: LUID, pub Quotas: QUOTA_LIMITS, pub UserName: PWSTR, pub Domain: PWSTR, pub LogonTime: i64, pub SmartCardLogon: BOOL, pub ProfileLength: u32, pub MessageType: u32, pub LogonCount: u16, pub BadPasswordCount: u16, pub ProfileLogonTime: i64, pub LogoffTime: i64, pub KickOffTime: i64, pub PasswordLastSet: i64, pub PasswordCanChange: i64, pub PasswordMustChange: i64, pub LogonScript: PWSTR, pub HomeDirectory: PWSTR, pub FullName: PWSTR, pub ProfilePath: PWSTR, pub HomeDirectoryDrive: PWSTR, pub LogonServer: PWSTR, pub UserFlags: u32, pub PrivateDataLen: u32, pub PrivateData: *mut u8,
}

Fields§

§dwType: u32§UserToken: HANDLE§LogonId: LUID§Quotas: QUOTA_LIMITS§UserName: PWSTR§Domain: PWSTR§LogonTime: i64§SmartCardLogon: BOOL§ProfileLength: u32§MessageType: u32§LogonCount: u16§BadPasswordCount: u16§ProfileLogonTime: i64§LogoffTime: i64§KickOffTime: i64§PasswordLastSet: i64§PasswordCanChange: i64§PasswordMustChange: i64§LogonScript: PWSTR§HomeDirectory: PWSTR§FullName: PWSTR§ProfilePath: PWSTR§HomeDirectoryDrive: PWSTR§LogonServer: PWSTR§UserFlags: u32§PrivateDataLen: u32§PrivateData: *mut u8

Trait Implementations§

§

impl Clone for WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

§

fn clone(&self) -> WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.