#[repr(C)]pub struct USER_PRIMARY_GROUP_INFORMATION {
pub PrimaryGroupId: ULONG,
}
Fields§
§PrimaryGroupId: ULONG
Trait Implementations§
Source§impl Clone for USER_PRIMARY_GROUP_INFORMATION
impl Clone for USER_PRIMARY_GROUP_INFORMATION
Source§fn clone(&self) -> USER_PRIMARY_GROUP_INFORMATION
fn clone(&self) -> USER_PRIMARY_GROUP_INFORMATION
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for USER_PRIMARY_GROUP_INFORMATION
Auto Trait Implementations§
impl Freeze for USER_PRIMARY_GROUP_INFORMATION
impl RefUnwindSafe for USER_PRIMARY_GROUP_INFORMATION
impl Send for USER_PRIMARY_GROUP_INFORMATION
impl Sync for USER_PRIMARY_GROUP_INFORMATION
impl Unpin for USER_PRIMARY_GROUP_INFORMATION
impl UnwindSafe for USER_PRIMARY_GROUP_INFORMATION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more