#[repr(C)]
pub struct SEC_WINNT_AUTH_IDENTITY_EX2 { pub Version: u32, pub cbHeaderLength: u16, pub cbStructureLength: u32, pub UserOffset: u32, pub UserLength: u16, pub DomainOffset: u32, pub DomainLength: u16, pub PackedCredentialsOffset: u32, pub PackedCredentialsLength: u16, pub Flags: u32, pub PackageListOffset: u32, pub PackageListLength: u16, }
Expand description

Required features: "Win32_Security_Authentication_Identity"

Fields

Version: u32cbHeaderLength: u16cbStructureLength: u32UserOffset: u32UserLength: u16DomainOffset: u32DomainLength: u16PackedCredentialsOffset: u32PackedCredentialsLength: u16Flags: u32PackageListOffset: u32PackageListLength: u16

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.