#[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: LUID§AuthenticationId: LUID§ExpirationTime: LARGE_INTEGER§TokenType: TOKEN_TYPE§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL§DynamicCharged: DWORD§DynamicAvailable: DWORD§GroupCount: DWORD§PrivilegeCount: DWORD§ModifiedId: LUIDTrait Implementations§
Source§impl Clone for TOKEN_STATISTICS
 
impl Clone for TOKEN_STATISTICS
Source§fn clone(&self) -> TOKEN_STATISTICS
 
fn clone(&self) -> TOKEN_STATISTICS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for TOKEN_STATISTICS
Auto Trait Implementations§
impl Freeze for TOKEN_STATISTICS
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more