Struct stdcli::prelude::libc::mq_attr [] [src]

#[repr(C)]
pub struct mq_attr { pub mq_flags: i64, pub mq_maxmsg: i64, pub mq_msgsize: i64, pub mq_curmsgs: i64, // 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