Struct mlx_ethernet::work_queue::DoorbellRecord
source · #[repr(C)]pub struct DoorbellRecord { /* private fields */ }
Expand description
The layout of a doorbell record in memory. A doorbell should be created for each SQ/RQ pair, and its address passed to the HW at time of SQ/RQ creation.
(PRM Section 8.8.2: Doorbell Record)
Trait Implementations§
source§impl Default for DoorbellRecord
impl Default for DoorbellRecord
source§fn default() -> DoorbellRecord
fn default() -> DoorbellRecord
Returns the “default value” for a type. Read more
impl FromBytes for DoorbellRecord
Auto Trait Implementations§
impl RefUnwindSafe for DoorbellRecord
impl Send for DoorbellRecord
impl Sync for DoorbellRecord
impl Unpin for DoorbellRecord
impl UnwindSafe for DoorbellRecord
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