Struct winapi::um::winnt::TOKEN_GROUPS [−][src]
#[repr(C)]pub struct TOKEN_GROUPS {
pub GroupCount: DWORD,
pub Groups: [SID_AND_ATTRIBUTES; 1],
}
Fields
GroupCount: DWORD
Groups: [SID_AND_ATTRIBUTES; 1]
Trait Implementations
Returns the “default value” for a type. Read more