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