Struct libc::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

Trait Implementations

impl Copy for msqid_ds
[src]

impl Clone for msqid_ds
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for msqid_ds

impl Sync for msqid_ds