#[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 Freeze for xucred
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)