Struct libc::mq_attr
#[repr(C)]
pub struct mq_attr {
pub mq_flags: ::c_long,
pub mq_maxmsg: ::c_long,
pub mq_msgsize: ::c_long,
pub mq_curmsgs: ::c_long,
/* some fields hidden */
}Fields
pub mq_flags: ::c_longpub mq_maxmsg: ::c_longpub mq_msgsize: ::c_longpub mq_curmsgs: ::c_longTrait Implementations
impl Debug for mq_attr
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Hash for mq_attr
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)Auto Trait Implementations
impl RefUnwindSafe for mq_attrimpl UnwindSafe for mq_attrBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T