Struct gdnative_visual_script::common::libc::mq_attr [−][src]
#[repr(C)]pub struct mq_attr { pub mq_flags: i64, pub mq_maxmsg: i64, pub mq_msgsize: i64, pub mq_curmsgs: i64, // some fields omitted }
Fields
mq_flags: i64
mq_maxmsg: i64
mq_msgsize: i64
mq_curmsgs: i64
Trait Implementations
impl Clone for mq_attr
[src]
impl Clone for mq_attr
fn clone(&self) -> mq_attr
[src]
fn clone(&self) -> mq_attr
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 Copy for mq_attr
[src]
impl Copy for mq_attr