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