Struct libc::mq_attr [] [src]

#[repr(C)]
pub struct mq_attr { pub mq_flags: c_long, pub mq_maxmsg: c_long, pub mq_msgsize: c_long, pub mq_curmsgs: c_long, // some fields omitted }

Fields

Trait Implementations

impl Copy for mq_attr
[src]

impl Clone for mq_attr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for mq_attr

impl Sync for mq_attr