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