Struct mlx_ethernet::command_queue::Command
source · pub struct Command<const S: CmdState> { /* private fields */ }
Expand description
A struct representing a Command Queue Entry in the Command Queue buffer currently in use by the driver.
Implementations§
Auto Trait Implementations§
impl<const S: CmdState> RefUnwindSafe for Command<S>
impl<const S: CmdState> Send for Command<S>
impl<const S: CmdState> Sync for Command<S>
impl<const S: CmdState> Unpin for Command<S>
impl<const S: CmdState> UnwindSafe for Command<S>
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