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