Struct uugear_ffi::mq_attr[][src]

#[repr(C)]
pub struct mq_attr { pub mq_flags: __syscall_slong_t, pub mq_maxmsg: __syscall_slong_t, pub mq_msgsize: __syscall_slong_t, pub mq_curmsgs: __syscall_slong_t, pub __pad: [__syscall_slong_t; 4], }

Fields

Trait Implementations

impl Debug for mq_attr
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for mq_attr

impl Sync for mq_attr