#[repr(u8)]pub enum Debug1Entailadjvd {
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 Debug1Entailadjvd
impl Clone for Debug1Entailadjvd
Source§fn clone(&self) -> Debug1Entailadjvd
fn clone(&self) -> Debug1Entailadjvd
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 Debug1Entailadjvd
impl Debug for Debug1Entailadjvd
Source§impl From<Debug1Entailadjvd> for u8
impl From<Debug1Entailadjvd> for u8
Source§fn from(val: Debug1Entailadjvd) -> u8
fn from(val: Debug1Entailadjvd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Debug1Entailadjvd
impl From<u8> for Debug1Entailadjvd
Source§fn from(val: u8) -> Debug1Entailadjvd
fn from(val: u8) -> Debug1Entailadjvd
Converts to this type from the input type.
Source§impl Ord for Debug1Entailadjvd
impl Ord for Debug1Entailadjvd
Source§fn cmp(&self, other: &Debug1Entailadjvd) -> Ordering
fn cmp(&self, other: &Debug1Entailadjvd) -> 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 Debug1Entailadjvd
impl PartialEq for Debug1Entailadjvd
Source§impl PartialOrd for Debug1Entailadjvd
impl PartialOrd for Debug1Entailadjvd
impl Copy for Debug1Entailadjvd
impl Eq for Debug1Entailadjvd
impl StructuralPartialEq for Debug1Entailadjvd
Auto Trait Implementations§
impl Freeze for Debug1Entailadjvd
impl RefUnwindSafe for Debug1Entailadjvd
impl Send for Debug1Entailadjvd
impl Sync for Debug1Entailadjvd
impl Unpin for Debug1Entailadjvd
impl UnwindSafe for Debug1Entailadjvd
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