Struct winapi::um::winnt::TOKEN_GROUPS_AND_PRIVILEGES
source · #[repr(C)]pub struct TOKEN_GROUPS_AND_PRIVILEGES {
pub SidCount: DWORD,
pub SidLength: DWORD,
pub Sids: PSID_AND_ATTRIBUTES,
pub RestrictedSidCount: DWORD,
pub RestrictedSidLength: DWORD,
pub RestrictedSids: PSID_AND_ATTRIBUTES,
pub PrivilegeCount: DWORD,
pub PrivilegeLength: DWORD,
pub Privileges: PLUID_AND_ATTRIBUTES,
pub AuthenticationId: LUID,
}Fields§
§SidCount: DWORD§SidLength: DWORD§Sids: PSID_AND_ATTRIBUTES§RestrictedSidCount: DWORD§RestrictedSidLength: DWORD§RestrictedSids: PSID_AND_ATTRIBUTES§PrivilegeCount: DWORD§PrivilegeLength: DWORD§Privileges: PLUID_AND_ATTRIBUTES§AuthenticationId: LUIDTrait Implementations§
source§impl Clone for TOKEN_GROUPS_AND_PRIVILEGES
impl Clone for TOKEN_GROUPS_AND_PRIVILEGES
source§fn clone(&self) -> TOKEN_GROUPS_AND_PRIVILEGES
fn clone(&self) -> TOKEN_GROUPS_AND_PRIVILEGES
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 moresource§impl Default for TOKEN_GROUPS_AND_PRIVILEGES
impl Default for TOKEN_GROUPS_AND_PRIVILEGES
source§fn default() -> TOKEN_GROUPS_AND_PRIVILEGES
fn default() -> TOKEN_GROUPS_AND_PRIVILEGES
Returns the “default value” for a type. Read more