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