Struct libc::ipc_perm 
                   
                       [−]
                   
               [src]
pub struct ipc_perm {
    pub __key: key_t,
    pub uid: uid_t,
    pub gid: gid_t,
    pub cuid: uid_t,
    pub cgid: gid_t,
    pub mode: c_ushort,
    pub __seq: c_ushort,
    // some fields omitted
}Fields
__key: key_t
                           
                           
                           uid: uid_t
                           
                           
                           gid: gid_t
                           
                           
                           cuid: uid_t
                           
                           
                           cgid: gid_t
                           
                           
                           mode: c_ushort
                           
                           
                           __seq: c_ushort
                           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