#[repr(u8)]pub enum Tdtf {
LESSTHAN_TXTHRESH = 0,
GREATER_EQ_TXTHRESH = 1,
}Variants§
LESSTHAN_TXTHRESH = 0
Threshold exceeded or this field written to 0
GREATER_EQ_TXTHRESH = 1
Threshold not exceeded
Implementations§
Trait Implementations§
Source§impl Ord for Tdtf
impl Ord for Tdtf
Source§impl PartialOrd for Tdtf
impl PartialOrd for Tdtf
impl Copy for Tdtf
impl Eq for Tdtf
impl StructuralPartialEq for Tdtf
Auto Trait Implementations§
impl Freeze for Tdtf
impl RefUnwindSafe for Tdtf
impl Send for Tdtf
impl Sync for Tdtf
impl Unpin for Tdtf
impl UnwindSafe for Tdtf
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