#[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_uint
§cr_uid: uid_t
§cr_ngroups: c_short
§cr_groups: [gid_t; 16]
Trait Implementations§
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§
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