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