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