Struct stdcli::prelude::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

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