#[repr(C)]pub struct CompletionQueueEntry { /* private fields */ }
Expand description
The layout of an entry in the CQ buffer.
(PRM Section 8.18.1.1: CQE Format)
Implementations§
Trait Implementations§
source§impl Debug for CompletionQueueEntry
impl Debug for CompletionQueueEntry
source§impl Default for CompletionQueueEntry
impl Default for CompletionQueueEntry
source§fn default() -> CompletionQueueEntry
fn default() -> CompletionQueueEntry
Returns the “default value” for a type. Read more
impl FromBytes for CompletionQueueEntry
Auto Trait Implementations§
impl RefUnwindSafe for CompletionQueueEntry
impl Send for CompletionQueueEntry
impl Sync for CompletionQueueEntry
impl Unpin for CompletionQueueEntry
impl UnwindSafe for CompletionQueueEntry
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