Struct nix::sys::ioctl::libc::mq_attr [] [src]

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
mq_maxmsg
mq_msgsize
mq_curmsgs

Trait Implementations

impl Clone for mq_attr

fn clone(&self) -> mq_attr

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

impl Copy for mq_attr