pub struct mq_attr {
pub mq_flags: i32,
pub mq_maxmsg: i32,
pub mq_msgsize: i32,
pub mq_curmsgs: i32,
/* private fields */
}Fields
mq_flags: i32mq_maxmsg: i32mq_msgsize: i32mq_curmsgs: i32Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more