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