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