Struct libc::ipc_perm
[−]
[src]
#[repr(C)]pub struct ipc_perm { pub cuid: uid_t, pub cgid: gid_t, pub uid: uid_t, pub gid: gid_t, pub mode: mode_t, pub seq: c_ushort, pub key: key_t, }
Fields
cuid: uid_t
cgid: gid_t
uid: uid_t
gid: gid_t
mode: mode_t
seq: c_ushort
key: key_t
Trait Implementations
impl Copy for ipc_perm[src]
impl Clone for ipc_perm[src]
fn clone(&self) -> ipc_perm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more