Struct nix::libc::msqid_ds [−][src]
#[repr(C)]pub struct msqid_ds { pub msg_perm: ipc_perm, pub msg_stime: i64, pub msg_rtime: i64, pub msg_ctime: i64, pub msg_qnum: u64, pub msg_qbytes: u64, pub msg_lspid: i32, pub msg_lrpid: i32, // some fields omitted }
Fields
msg_perm: ipc_perm
msg_stime: i64
msg_rtime: i64
msg_ctime: i64
msg_qnum: u64
msg_qbytes: u64
msg_lspid: i32
msg_lrpid: i32
Trait Implementations
impl Clone for msqid_ds[src]
impl Clone for msqid_dsfn clone(&self) -> msqid_ds[src]
fn clone(&self) -> msqid_dsReturns 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 Copy for msqid_ds[src]
impl Copy for msqid_ds