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