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