#[repr(C)]
pub struct SECPKG_PRIMARY_CRED_EX {
Show 17 fields pub LogonId: LUID, pub DownlevelName: UNICODE_STRING, pub DomainName: UNICODE_STRING, pub Password: UNICODE_STRING, pub OldPassword: UNICODE_STRING, pub UserSid: PSID, pub Flags: u32, pub DnsDomainName: UNICODE_STRING, pub Upn: UNICODE_STRING, pub LogonServer: UNICODE_STRING, pub Spare1: UNICODE_STRING, pub Spare2: UNICODE_STRING, pub Spare3: UNICODE_STRING, pub Spare4: UNICODE_STRING, pub PackageId: usize, pub PrevLogonId: LUID, pub FlagsEx: u32,
}
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"

Fields§

§LogonId: LUID§DownlevelName: UNICODE_STRING§DomainName: UNICODE_STRING§Password: UNICODE_STRING§OldPassword: UNICODE_STRING§UserSid: PSID§Flags: u32§DnsDomainName: UNICODE_STRING§Upn: UNICODE_STRING§LogonServer: UNICODE_STRING§Spare1: UNICODE_STRING§Spare2: UNICODE_STRING§Spare3: UNICODE_STRING§Spare4: UNICODE_STRING§PackageId: usize§PrevLogonId: LUID§FlagsEx: u32

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.