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 | |
| uid | |
| gid | |
| cuid | |
| cgid | |
| mode | |
| __seq | 
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