#[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) -> Self

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 Debug for WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl Default for WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl PartialEq for WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0

§

impl Eq 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> 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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
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.