Struct windows_sys::Win32::Security::TOKEN_STATISTICS
[−]#[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: LUIDTrait Implementations
impl Clone for TOKEN_STATISTICS
impl Clone for TOKEN_STATISTICS
impl Copy for TOKEN_STATISTICS
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_STATISTICS
impl Send for TOKEN_STATISTICS
impl Sync for TOKEN_STATISTICS
impl Unpin for TOKEN_STATISTICS
impl UnwindSafe for TOKEN_STATISTICS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more