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