#[repr(transparent)]pub struct Gid(RawGid);Expand description
gid_t—A Unix group ID.
Tuple Fields§
§0: RawGidImplementations§
Trait Implementations§
Source§impl<'a, Num: ArgNumber> From<Gid> for ArgReg<'a, Num>
Available on crate features process or thread only.
impl<'a, Num: ArgNumber> From<Gid> for ArgReg<'a, Num>
Available on crate features
process or thread only.impl Copy for Gid
impl Eq for Gid
impl StructuralPartialEq for Gid
Auto Trait Implementations§
impl Freeze for Gid
impl RefUnwindSafe for Gid
impl Send for Gid
impl Sync for Gid
impl Unpin for Gid
impl UnsafeUnpin 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