Struct windows_sys::Win32::Security::TOKEN_PRIMARY_GROUP
[−]#[repr(C)]pub struct TOKEN_PRIMARY_GROUP {
pub PrimaryGroup: PSID,
}
Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
PrimaryGroup: PSID
Trait Implementations
impl Clone for TOKEN_PRIMARY_GROUP
impl Clone for TOKEN_PRIMARY_GROUP
impl Copy for TOKEN_PRIMARY_GROUP
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_PRIMARY_GROUP
impl Send for TOKEN_PRIMARY_GROUP
impl Sync for TOKEN_PRIMARY_GROUP
impl Unpin for TOKEN_PRIMARY_GROUP
impl UnwindSafe for TOKEN_PRIMARY_GROUP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more