#[repr(C)]pub struct MqAttr { /* private fields */ }
Implementations
sourceimpl MqAttr
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 fn flags(&self) -> mq_attr_member_t
Trait Implementations
impl Copy for MqAttr
impl Eq for MqAttr
impl StructuralEq for MqAttr
impl StructuralPartialEq for MqAttr
Auto Trait Implementations
impl RefUnwindSafe for MqAttr
impl Send for MqAttr
impl Sync for MqAttr
impl Unpin for MqAttr
impl UnwindSafe for MqAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more