pub struct Gid(/* private fields */);
Expand description
gid_t
—A Unix group ID.
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§
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