Struct libc_interface::xucred [−][src]
#[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
impl Copy for xucred[src]
impl Copy for xucredimpl Clone for xucred[src]
impl Clone for xucredfn clone(&self) -> xucred[src]
fn clone(&self) -> xucredReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for xucred[src]
impl PartialEq for xucredfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for xucred[src]
impl Eq for xucred