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