pub struct Gid(_);
Expand description
Group identifier
Newtype pattern around gid_t
(which is just alias). It prevents bugs caused by accidentally
passing wrong value.
Implementations
Trait Implementations
impl Copy for Gid
impl Eq for Gid
impl StructuralEq for Gid
impl StructuralPartialEq for Gid
Auto Trait Implementations
impl RefUnwindSafe for Gid
impl Send for Gid
impl Sync for Gid
impl Unpin for Gid
impl UnwindSafe for Gid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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