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
) -> MqAttr
pub const fn flags(&Self) -> mq_attr_member_t
Trait Implementations
impl Debug for MqAttr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for MqAttr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for MqAttr
impl StructuralPartialEq for MqAttr
Auto Trait Implementations
impl RefUnwindSafe for MqAttr
impl UnwindSafe for MqAttr
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T