#[repr(C)]pub struct mq_attr {
    pub mq_flags: i64,
    pub mq_maxmsg: i64,
    pub mq_msgsize: i64,
    pub mq_curmsgs: i64,
    /* private fields */
}Fields§
§mq_flags: i64§mq_maxmsg: i64§mq_msgsize: i64§mq_curmsgs: i64Trait Implementations§
impl Copy for mq_attr
impl Eq for mq_attr
Auto Trait Implementations§
impl Freeze for mq_attr
impl RefUnwindSafe for mq_attr
impl Send for mq_attr
impl Sync for mq_attr
impl Unpin for mq_attr
impl UnwindSafe for mq_attr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.