Struct nix::mqueue::MqAttr [−][src]
#[repr(C)]pub struct MqAttr { /* fields omitted */ }
Methods
impl MqAttr
[src]
impl MqAttr
pub fn new(
mq_flags: c_long,
mq_maxmsg: c_long,
mq_msgsize: c_long,
mq_curmsgs: c_long
) -> MqAttr
[src]
pub fn new(
mq_flags: c_long,
mq_maxmsg: c_long,
mq_msgsize: c_long,
mq_curmsgs: c_long
) -> MqAttr
pub fn flags(&self) -> c_long
[src]
pub fn flags(&self) -> c_long
Trait Implementations
impl Clone for MqAttr
[src]
impl Clone for MqAttr
fn clone(&self) -> MqAttr
[src]
fn clone(&self) -> MqAttr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for MqAttr
[src]
impl Copy for MqAttr
impl PartialEq<MqAttr> for MqAttr
[src]
impl PartialEq<MqAttr> for MqAttr