Implementations
impl MqAttr
pub fn new(
mq_flags: mq_attr_member_t,
mq_maxmsg: mq_attr_member_t,
mq_msgsize: mq_attr_member_t,
mq_curmsgs: mq_attr_member_t
) -> MqAttrpub const fn flags(&Self) -> mq_attr_member_tTrait Implementations
impl Debug for MqAttr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for MqAttr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for MqAttrimpl StructuralPartialEq for MqAttrAuto Trait Implementations
impl RefUnwindSafe for MqAttrimpl UnwindSafe for MqAttrBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T