#[repr(C, packed(4))]
pub struct USER_ALL_INFORMATION {
Show 33 fields pub LastLogon: i64, pub LastLogoff: i64, pub PasswordLastSet: i64, pub AccountExpires: i64, pub PasswordCanChange: i64, pub PasswordMustChange: i64, pub UserName: UNICODE_STRING, pub FullName: UNICODE_STRING, pub HomeDirectory: UNICODE_STRING, pub HomeDirectoryDrive: UNICODE_STRING, pub ScriptPath: UNICODE_STRING, pub ProfilePath: UNICODE_STRING, pub AdminComment: UNICODE_STRING, pub WorkStations: UNICODE_STRING, pub UserComment: UNICODE_STRING, pub Parameters: UNICODE_STRING, pub LmPassword: UNICODE_STRING, pub NtPassword: UNICODE_STRING, pub PrivateData: UNICODE_STRING, pub SecurityDescriptor: SR_SECURITY_DESCRIPTOR, pub UserId: u32, pub PrimaryGroupId: u32, pub UserAccountControl: u32, pub WhichFields: u32, pub LogonHours: LOGON_HOURS, pub BadPasswordCount: u16, pub LogonCount: u16, pub CountryCode: u16, pub CodePage: u16, pub LmPasswordPresent: BOOLEAN, pub NtPasswordPresent: BOOLEAN, pub PasswordExpired: BOOLEAN, pub PrivateDataSensitive: BOOLEAN,
}
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"

Fields

LastLogon: i64LastLogoff: i64PasswordLastSet: i64AccountExpires: i64PasswordCanChange: i64PasswordMustChange: i64UserName: UNICODE_STRINGFullName: UNICODE_STRINGHomeDirectory: UNICODE_STRINGHomeDirectoryDrive: UNICODE_STRINGScriptPath: UNICODE_STRINGProfilePath: UNICODE_STRINGAdminComment: UNICODE_STRINGWorkStations: UNICODE_STRINGUserComment: UNICODE_STRINGParameters: UNICODE_STRINGLmPassword: UNICODE_STRINGNtPassword: UNICODE_STRINGPrivateData: UNICODE_STRINGSecurityDescriptor: SR_SECURITY_DESCRIPTORUserId: u32PrimaryGroupId: u32UserAccountControl: u32WhichFields: u32LogonHours: LOGON_HOURSBadPasswordCount: u16LogonCount: u16CountryCode: u16CodePage: u16LmPasswordPresent: BOOLEANNtPasswordPresent: BOOLEANPasswordExpired: BOOLEANPrivateDataSensitive: BOOLEAN

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.