#[repr(C)]pub struct xucred {
pub cr_uid: uid_t,
pub cr_gid: gid_t,
pub cr_ngroups: c_short,
pub cr_groups: [gid_t; 16],
}
Fields
cr_uid: uid_t
cr_gid: gid_t
cr_ngroups: c_short
cr_groups: [gid_t; 16]
Trait Implementations
sourceimpl Hash for xucred
impl Hash for xucred
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Copy for xucred
impl Eq for xucred
impl StructuralEq for xucred
impl StructuralPartialEq for xucred
Auto Trait Implementations
impl RefUnwindSafe for xucred
impl Send for xucred
impl Sync for xucred
impl Unpin for xucred
impl UnwindSafe for xucred
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more