Struct winapi::um::winnt::SE_TOKEN_USER [−][src]
#[repr(C)]pub struct SE_TOKEN_USER {
pub u1: SE_TOKEN_USER_u1,
pub u2: SE_TOKEN_USER_u2,
}
Fields
u1: SE_TOKEN_USER_u1
u2: SE_TOKEN_USER_u2
Trait Implementations
Returns the “default value” for a type. Read more