Struct nix::mqueue::MqAttr [] [src]

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

Fields

Methods

impl MqAttr
[src]

Trait Implementations

impl Clone for MqAttr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MqAttr
[src]

impl Debug for MqAttr
[src]

Formats the value using the given formatter.

impl Eq for MqAttr
[src]

impl PartialEq for MqAttr
[src]

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

This method tests for !=.