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_long
pub mq_maxmsg: ::c_long
pub mq_msgsize: ::c_long
pub mq_curmsgs: ::c_long
Trait Implementations
impl Debug for mq_attr
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Hash for mq_attr
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)
Auto Trait Implementations
impl RefUnwindSafe for mq_attr
impl UnwindSafe for mq_attr
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T