#[repr(u8)]pub enum Rxqsts {
EMPTY = 0,
BLW_THR = 1,
ABV_THR = 2,
FULL = 3,
}Variants§
EMPTY = 0
Rx Queue empty
BLW_THR = 1
Rx Queue fill-level below flow-control deactivate threshold
ABV_THR = 2
Rx Queue fill-level above flow-control activate threshold
FULL = 3
Rx Queue full
Implementations§
Trait Implementations§
Source§impl Ord for Rxqsts
impl Ord for Rxqsts
Source§impl PartialOrd for Rxqsts
impl PartialOrd for Rxqsts
impl Copy for Rxqsts
impl Eq for Rxqsts
impl StructuralPartialEq for Rxqsts
Auto Trait Implementations§
impl Freeze for Rxqsts
impl RefUnwindSafe for Rxqsts
impl Send for Rxqsts
impl Sync for Rxqsts
impl Unpin for Rxqsts
impl UnwindSafe for Rxqsts
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