Struct winapi::um::winnt::TOKEN_CONTROL [−][src]
#[repr(C)]pub struct TOKEN_CONTROL {
pub TokenId: LUID,
pub AuthenticationId: LUID,
pub ModifiedId: LUID,
pub TokenSource: TOKEN_SOURCE,
}Fields
TokenId: LUIDAuthenticationId: LUIDModifiedId: LUIDTokenSource: TOKEN_SOURCETrait Implementations
Returns the “default value” for a type. Read more