pub struct QDesc(/* private fields */);Expand description
IO Queue Descriptor
Implementations§
Trait Implementations§
impl Copy for QDesc
impl Eq for QDesc
impl StructuralPartialEq for QDesc
Auto Trait Implementations§
impl Freeze for QDesc
impl RefUnwindSafe for QDesc
impl Send for QDesc
impl Sync for QDesc
impl Unpin for QDesc
impl UnwindSafe for QDesc
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