#[repr(C)]
pub struct TOKEN_ACCESS_INFORMATION {
Show 13 fields pub SidHash: *mut SID_AND_ATTRIBUTES_HASH, pub RestrictedSidHash: *mut SID_AND_ATTRIBUTES_HASH, pub Privileges: *mut TOKEN_PRIVILEGES, pub AuthenticationId: LUID, pub TokenType: TOKEN_TYPE, pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL, pub MandatoryPolicy: TOKEN_MANDATORY_POLICY, pub Flags: u32, pub AppContainerNumber: u32, pub PackageSid: PSID, pub CapabilitiesHash: *mut SID_AND_ATTRIBUTES_HASH, pub TrustLevelSid: PSID, pub SecurityAttributes: *mut c_void,
}
Expand description

Required features: "Win32_Security", "Win32_Foundation"

Fields

SidHash: *mut SID_AND_ATTRIBUTES_HASHRestrictedSidHash: *mut SID_AND_ATTRIBUTES_HASHPrivileges: *mut TOKEN_PRIVILEGESAuthenticationId: LUIDTokenType: TOKEN_TYPEImpersonationLevel: SECURITY_IMPERSONATION_LEVELMandatoryPolicy: TOKEN_MANDATORY_POLICYFlags: u32AppContainerNumber: u32PackageSid: PSIDCapabilitiesHash: *mut SID_AND_ATTRIBUTES_HASHTrustLevelSid: PSIDSecurityAttributes: *mut c_void

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.