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