Enum mlx_ethernet::send_queue::SendQueueState
source · #[repr(u8)]pub enum SendQueueState {
Reset = 0,
Ready = 1,
Error = 3,
}
Expand description
The possible states the SQ can be in.
Variants§
Trait Implementations§
source§impl Debug for SendQueueState
impl Debug for SendQueueState
source§impl TryFrom<u8> for SendQueueState
impl TryFrom<u8> for SendQueueState
Auto Trait Implementations§
impl RefUnwindSafe for SendQueueState
impl Send for SendQueueState
impl Sync for SendQueueState
impl Unpin for SendQueueState
impl UnwindSafe for SendQueueState
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