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: LUID
AuthenticationId: LUID
ExpirationTime: i64
TokenType: TOKEN_TYPE
ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL
DynamicCharged: u32
DynamicAvailable: u32
GroupCount: u32
PrivilegeCount: u32
ModifiedId: LUID
Trait 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