#[repr(C)]
pub struct TOKEN_STATISTICS { pub TokenId: LUID, pub AuthenticationId: LUID, pub ExpirationTime: i64, pub TokenType: TOKEN_TYPE, pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL, pub DynamicCharged: u32, pub DynamicAvailable: u32, pub GroupCount: u32, pub PrivilegeCount: u32, pub ModifiedId: LUID, }
Expand description

Required features: "Win32_Security", "Win32_Foundation"

Fields

TokenId: LUIDAuthenticationId: LUIDExpirationTime: i64TokenType: TOKEN_TYPEImpersonationLevel: SECURITY_IMPERSONATION_LEVELDynamicCharged: u32DynamicAvailable: u32GroupCount: u32PrivilegeCount: u32ModifiedId: LUID

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.