#[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§
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