#[repr(C)]pub struct CompletionQueueDoorbellRecord { /* private fields */ }
Expand description
A structure containing information of recently-posted CQ commands
Trait Implementations§
source§impl Default for CompletionQueueDoorbellRecord
impl Default for CompletionQueueDoorbellRecord
source§fn default() -> CompletionQueueDoorbellRecord
fn default() -> CompletionQueueDoorbellRecord
Returns the “default value” for a type. Read more
impl FromBytes for CompletionQueueDoorbellRecord
Auto Trait Implementations§
impl RefUnwindSafe for CompletionQueueDoorbellRecord
impl Send for CompletionQueueDoorbellRecord
impl Sync for CompletionQueueDoorbellRecord
impl Unpin for CompletionQueueDoorbellRecord
impl UnwindSafe for CompletionQueueDoorbellRecord
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