#[repr(C)]
pub struct SECPKG_CREDENTIAL {
Show 14 fields pub Version: u64, pub cbHeaderLength: u16, pub cbStructureLength: u32, pub ClientProcess: u32, pub ClientThread: u32, pub LogonId: LUID, pub ClientToken: HANDLE, pub SessionId: u32, pub ModifiedId: LUID, pub fCredentials: u32, pub Flags: u32, pub PrincipalName: SECPKG_BYTE_VECTOR, pub PackageList: SECPKG_BYTE_VECTOR, pub MarshaledSuppliedCreds: SECPKG_BYTE_VECTOR,
}
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"

Fields§

§Version: u64§cbHeaderLength: u16§cbStructureLength: u32§ClientProcess: u32§ClientThread: u32§LogonId: LUID§ClientToken: HANDLE§SessionId: u32§ModifiedId: LUID§fCredentials: u32§Flags: u32§PrincipalName: SECPKG_BYTE_VECTOR§PackageList: SECPKG_BYTE_VECTOR§MarshaledSuppliedCreds: SECPKG_BYTE_VECTOR

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.