Expand description
Real, effective and saved group IDs.
Fields
real: Gid
effective: Gid
saved: Gid
Trait Implementations
impl Copy for ResGid
impl Eq for ResGid
impl StructuralEq for ResGid
impl StructuralPartialEq for ResGid
Auto Trait Implementations
impl RefUnwindSafe for ResGid
impl Send for ResGid
impl Sync for ResGid
impl Unpin for ResGid
impl UnwindSafe for ResGid
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