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