#[repr(transparent)]pub struct MqdT(_);
Expand description
Identifies an open POSIX Message Queue
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MqdT
impl Send for MqdT
impl Sync for MqdT
impl Unpin for MqdT
impl UnwindSafe for MqdT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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