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