#[repr(C)]pub struct cmsgcred {
pub cmcred_pid: pid_t,
pub cmcred_uid: uid_t,
pub cmcred_euid: uid_t,
pub cmcred_gid: gid_t,
pub cmcred_ngroups: c_short,
pub cmcred_groups: [gid_t; 16],
}Fields§
§cmcred_pid: pid_t§cmcred_uid: uid_t§cmcred_euid: uid_t§cmcred_gid: gid_t§cmcred_ngroups: c_short§cmcred_groups: [gid_t; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for cmsgcred
impl RefUnwindSafe for cmsgcred
impl Send for cmsgcred
impl Sync for cmsgcred
impl Unpin for cmsgcred
impl UnwindSafe for cmsgcred
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