Struct libc::msqid_ds 
                   
                       [−]
                   
               [src]
pub struct msqid_ds {
    pub msg_perm: ipc_perm,
    pub msg_stime: time_t,
    pub msg_rtime: time_t,
    pub msg_ctime: time_t,
    pub msg_qnum: msgqnum_t,
    pub msg_qbytes: msglen_t,
    pub msg_lspid: pid_t,
    pub msg_lrpid: pid_t,
    // some fields omitted
}Fields
msg_perm: ipc_perm
                           msg_stime: time_t
                           msg_rtime: time_t
                           msg_ctime: time_t
                           msg_qnum: msgqnum_t
                           msg_qbytes: msglen_t
                           msg_lspid: pid_t
                           msg_lrpid: pid_t
                           Trait Implementations
impl Copy for msqid_ds[src]
impl Clone for msqid_ds[src]
fn clone(&self) -> msqid_ds
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