Struct nix::mqueue::MqAttr [-] [+] [src]

pub struct MqAttr {
    pub mq_flags: c_long,
    pub mq_maxmsg: c_long,
    pub mq_msgsize: c_long,
    pub mq_curmsgs: c_long,
}

Fields

mq_flags
mq_maxmsg
mq_msgsize
mq_curmsgs

Trait Implementations

Derived Implementations

impl Debug for MqAttr

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for MqAttr

impl Clone for MqAttr

fn clone(&self) -> MqAttr

fn clone_from(&mut self, source: &Self)