#[repr(u8)]pub enum Rdtf {
LESSTHAN_RXTHRESH = 0,
GREATER_EQ_RXTHRESH = 1,
}Variants§
LESSTHAN_RXTHRESH = 0
Less than threshold
GREATER_EQ_RXTHRESH = 1
Greater than or equal to threshold
Implementations§
Trait Implementations§
Source§impl Ord for Rdtf
impl Ord for Rdtf
Source§impl PartialOrd for Rdtf
impl PartialOrd for Rdtf
impl Copy for Rdtf
impl Eq for Rdtf
impl StructuralPartialEq for Rdtf
Auto Trait Implementations§
impl Freeze for Rdtf
impl RefUnwindSafe for Rdtf
impl Send for Rdtf
impl Sync for Rdtf
impl Unpin for Rdtf
impl UnwindSafe for Rdtf
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