#[repr(C)]pub struct xucred {
pub cr_version: c_uint,
pub cr_uid: uid_t,
pub cr_ngroups: c_short,
pub cr_groups: [gid_t; 16],
}Fields
cr_version: c_uintcr_uid: uid_tcr_ngroups: c_shortcr_groups: [gid_t; 16]Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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