Struct winapi::um::winnt::TOKEN_ACCESS_INFORMATION[][src]

#[repr(C)]
pub struct TOKEN_ACCESS_INFORMATION {
Show 13 fields pub SidHash: PSID_AND_ATTRIBUTES_HASH, pub RestrictedSidHash: PSID_AND_ATTRIBUTES_HASH, pub Privileges: PTOKEN_PRIVILEGES, pub AuthenticationId: LUID, pub TokenType: TOKEN_TYPE, pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL, pub MandatoryPolicy: TOKEN_MANDATORY_POLICY, pub Flags: DWORD, pub AppContainerNumber: DWORD, pub PackageSid: PSID, pub CapabilitiesHash: PSID_AND_ATTRIBUTES_HASH, pub TrustLevelSid: PSID, pub SecurityAttributes: PSECURITY_ATTRIBUTES_OPAQUE,
}

Fields

SidHash: PSID_AND_ATTRIBUTES_HASHRestrictedSidHash: PSID_AND_ATTRIBUTES_HASHPrivileges: PTOKEN_PRIVILEGESAuthenticationId: LUIDTokenType: TOKEN_TYPEImpersonationLevel: SECURITY_IMPERSONATION_LEVELMandatoryPolicy: TOKEN_MANDATORY_POLICYFlags: DWORDAppContainerNumber: DWORDPackageSid: PSIDCapabilitiesHash: PSID_AND_ATTRIBUTES_HASHTrustLevelSid: PSIDSecurityAttributes: PSECURITY_ATTRIBUTES_OPAQUE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.