pub enum Lmisselect {
    No = 0,
    Yes = 1,
}Expand description
ADMA Length Mismatch Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Lmisselect
 
impl Clone for Lmisselect
Source§fn clone(&self) -> Lmisselect
 
fn clone(&self) -> Lmisselect
Returns a copy 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 Lmisselect
 
impl Debug for Lmisselect
Source§impl From<Lmisselect> for bool
 
impl From<Lmisselect> for bool
Source§fn from(variant: Lmisselect) -> Self
 
fn from(variant: Lmisselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Lmisselect
 
impl PartialEq for Lmisselect
impl Copy for Lmisselect
impl Eq for Lmisselect
impl StructuralPartialEq for Lmisselect
Auto Trait Implementations§
impl Freeze for Lmisselect
impl RefUnwindSafe for Lmisselect
impl Send for Lmisselect
impl Sync for Lmisselect
impl Unpin for Lmisselect
impl UnwindSafe for Lmisselect
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