pub struct MqdT(/* private fields */);
Expand description
Identifies an open POSIX Message Queue
Trait Implementations§
source§impl AsFd for MqdT
impl AsFd for MqdT
source§fn as_fd(&self) -> BorrowedFd<'_>
fn as_fd(&self) -> BorrowedFd<'_>
Borrow the underlying message queue descriptor.
Auto Trait Implementations§
impl Freeze for MqdT
impl RefUnwindSafe for MqdT
impl Send for MqdT
impl Sync for MqdT
impl Unpin for MqdT
impl UnwindSafe for MqdT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more