Struct libc_interface::msqid_ds [−][src]
#[repr(C)]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 Copy for msqid_ds
impl Clone for msqid_ds
[src]
impl Clone for msqid_ds
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for msqid_ds
[src]
impl PartialEq for msqid_ds
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for msqid_ds
[src]
impl Eq for msqid_ds