#[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: DWORDSidLength: DWORDSids: PSID_AND_ATTRIBUTESRestrictedSidCount: DWORDRestrictedSidLength: DWORDRestrictedSids: PSID_AND_ATTRIBUTESPrivilegeCount: DWORDPrivilegeLength: DWORDPrivileges: PLUID_AND_ATTRIBUTESAuthenticationId: LUIDTrait Implementations
sourceimpl Clone for TOKEN_GROUPS_AND_PRIVILEGES
impl Clone for TOKEN_GROUPS_AND_PRIVILEGES
sourcefn clone(&self) -> TOKEN_GROUPS_AND_PRIVILEGES
fn clone(&self) -> TOKEN_GROUPS_AND_PRIVILEGES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for TOKEN_GROUPS_AND_PRIVILEGES
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_GROUPS_AND_PRIVILEGES
impl !Send for TOKEN_GROUPS_AND_PRIVILEGES
impl !Sync for TOKEN_GROUPS_AND_PRIVILEGES
impl Unpin for TOKEN_GROUPS_AND_PRIVILEGES
impl UnwindSafe for TOKEN_GROUPS_AND_PRIVILEGES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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