#[repr(C)]pub struct TOKEN_STATISTICS {
    pub TokenId: LUID,
    pub AuthenticationId: LUID,
    pub ExpirationTime: LARGE_INTEGER,
    pub TokenType: TOKEN_TYPE,
    pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
    pub DynamicCharged: DWORD,
    pub DynamicAvailable: DWORD,
    pub GroupCount: DWORD,
    pub PrivilegeCount: DWORD,
    pub ModifiedId: LUID,
}Fields
TokenId: LUIDAuthenticationId: LUIDExpirationTime: LARGE_INTEGERTokenType: TOKEN_TYPEImpersonationLevel: SECURITY_IMPERSONATION_LEVELDynamicCharged: DWORDDynamicAvailable: DWORDGroupCount: DWORDPrivilegeCount: DWORDModifiedId: LUIDTrait Implementations
sourceimpl Clone for TOKEN_STATISTICS
 
impl Clone for TOKEN_STATISTICS
sourcefn clone(&self) -> TOKEN_STATISTICS
 
fn clone(&self) -> TOKEN_STATISTICS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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 T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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