#[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: i64
Trait Implementations§
source§impl PartialEq<mq_attr> for mq_attr
impl PartialEq<mq_attr> for mq_attr
impl Copy for mq_attr
impl Eq for mq_attr
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§
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.