#[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_HASH§RestrictedSidHash: *mut SID_AND_ATTRIBUTES_HASH§Privileges: *mut TOKEN_PRIVILEGES§AuthenticationId: LUID§TokenType: TOKEN_TYPE§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL§MandatoryPolicy: TOKEN_MANDATORY_POLICY§Flags: u32§AppContainerNumber: u32§PackageSid: PSID§CapabilitiesHash: *mut SID_AND_ATTRIBUTES_HASH§TrustLevelSid: PSID§SecurityAttributes: *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.