Struct nix::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

Trait Implementations

impl Copy for mq_attr
[src]

impl Clone for mq_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for mq_attr

impl Sync for mq_attr