Struct nix::mqueue::MqAttr
[−]
[src]
pub struct MqAttr { /* fields omitted */ }
Methods
impl MqAttr
[src]
fn new(mq_flags: c_long,
mq_maxmsg: c_long,
mq_msgsize: c_long,
mq_curmsgs: c_long)
-> MqAttr
mq_maxmsg: c_long,
mq_msgsize: c_long,
mq_curmsgs: c_long)
-> MqAttr
fn flags(&self) -> c_long
Trait Implementations
impl Clone for MqAttr
[src]
fn clone(&self) -> MqAttr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more