Struct libc_interface::ipc_perm [−][src]
#[repr(C)]pub struct ipc_perm { pub uid: uid_t, pub gid: gid_t, pub cuid: uid_t, pub cgid: gid_t, pub mode: mode_t, pub _seq: c_ushort, pub _key: key_t, }
Fields
uid: uid_t
gid: gid_t
cuid: uid_t
cgid: gid_t
mode: mode_t
_seq: c_ushort
_key: key_t
Trait Implementations
impl Copy for ipc_perm[src]
impl Copy for ipc_permimpl Clone for ipc_perm[src]
impl Clone for ipc_permfn clone(&self) -> ipc_perm[src]
fn clone(&self) -> ipc_permReturns 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 ipc_perm[src]
impl PartialEq for ipc_permfn 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 ipc_perm[src]
impl Eq for ipc_perm