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