Struct rustix::process::Gid
#[repr(transparent)]
pub struct Gid(_);
Documentation
gid_t
—A Unix group ID.
Implementations
Trait Implementations
impl Debug for Gid
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for Gid
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Gid
impl StructuralPartialEq for Gid
Auto Trait Implementations
impl RefUnwindSafe for Gid
impl UnwindSafe for Gid
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T