Struct nix::mqueue::MqAttr [−][src]
#[repr(C)]pub struct MqAttr { /* fields omitted */ }
Implementations
pub fn new(
mq_flags: mq_attr_member_t,
mq_maxmsg: mq_attr_member_t,
mq_msgsize: mq_attr_member_t,
mq_curmsgs: mq_attr_member_t
) -> MqAttr
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MqAttr
impl UnwindSafe for MqAttr
Blanket Implementations
Mutably borrows from an owned value. Read more