#[repr(u8)]pub enum Tnte {
LESSTHAN_NACKTHRESH = 0,
GREATER_EQ_NACKTHRESH = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Tnte
impl Ord for Tnte
Source§impl PartialOrd for Tnte
impl PartialOrd for Tnte
impl Copy for Tnte
impl Eq for Tnte
impl StructuralPartialEq for Tnte
Auto Trait Implementations§
impl Freeze for Tnte
impl RefUnwindSafe for Tnte
impl Send for Tnte
impl Sync for Tnte
impl Unpin for Tnte
impl UnwindSafe for Tnte
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