Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for mq_attr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for mq_attr
[src]

Auto Trait Implementations

impl Send for mq_attr

impl Sync for mq_attr