#[repr(u8)]pub enum Debug1TogEntailadjvd {
ENTAILADJVD_0 = 0,
ENTAILADJVD_1 = 1,
ENTAILADJVD_2 = 2,
ENTAILADJVD_3 = 3,
}Variants§
ENTAILADJVD_0 = 0
Delay is nominal
ENTAILADJVD_1 = 1
Delay is +20%
ENTAILADJVD_2 = 2
Delay is -20%
ENTAILADJVD_3 = 3
Delay is -40%
Implementations§
Trait Implementations§
Source§impl Clone for Debug1TogEntailadjvd
impl Clone for Debug1TogEntailadjvd
Source§fn clone(&self) -> Debug1TogEntailadjvd
fn clone(&self) -> Debug1TogEntailadjvd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Debug1TogEntailadjvd
impl Debug for Debug1TogEntailadjvd
Source§impl From<Debug1TogEntailadjvd> for u8
impl From<Debug1TogEntailadjvd> for u8
Source§fn from(val: Debug1TogEntailadjvd) -> u8
fn from(val: Debug1TogEntailadjvd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Debug1TogEntailadjvd
impl From<u8> for Debug1TogEntailadjvd
Source§fn from(val: u8) -> Debug1TogEntailadjvd
fn from(val: u8) -> Debug1TogEntailadjvd
Converts to this type from the input type.
Source§impl Ord for Debug1TogEntailadjvd
impl Ord for Debug1TogEntailadjvd
Source§fn cmp(&self, other: &Debug1TogEntailadjvd) -> Ordering
fn cmp(&self, other: &Debug1TogEntailadjvd) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Debug1TogEntailadjvd
impl PartialEq for Debug1TogEntailadjvd
Source§impl PartialOrd for Debug1TogEntailadjvd
impl PartialOrd for Debug1TogEntailadjvd
impl Copy for Debug1TogEntailadjvd
impl Eq for Debug1TogEntailadjvd
impl StructuralPartialEq for Debug1TogEntailadjvd
Auto Trait Implementations§
impl Freeze for Debug1TogEntailadjvd
impl RefUnwindSafe for Debug1TogEntailadjvd
impl Send for Debug1TogEntailadjvd
impl Sync for Debug1TogEntailadjvd
impl Unpin for Debug1TogEntailadjvd
impl UnwindSafe for Debug1TogEntailadjvd
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