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