Struct libc_interface::mq_attr [−][src]
#[repr(C)]pub struct mq_attr { pub mq_flags: c_long, pub mq_maxmsg: c_long, pub mq_msgsize: c_long, pub mq_curmsgs: c_long, // some fields omitted }
Fields
mq_flags: c_long
mq_maxmsg: c_long
mq_msgsize: c_long
mq_curmsgs: c_long
Trait Implementations
impl Copy for mq_attr[src]
impl Copy for mq_attrimpl Clone for mq_attr[src]
impl Clone for mq_attrfn clone(&self) -> mq_attr[src]
fn clone(&self) -> mq_attrReturns 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 mq_attr[src]
impl PartialEq for mq_attrfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for mq_attr[src]
impl Eq for mq_attr