pub enum LedCurrent {
_5mA,
_10mA,
_20mA,
_50mA,
_100mA,
}Expand description
Operating mode
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LedCurrent
impl Clone for LedCurrent
Source§fn clone(&self) -> LedCurrent
fn clone(&self) -> LedCurrent
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 LedCurrent
impl Debug for LedCurrent
Source§impl Default for LedCurrent
impl Default for LedCurrent
Source§impl PartialEq for LedCurrent
impl PartialEq for LedCurrent
impl Copy for LedCurrent
impl StructuralPartialEq for LedCurrent
Auto Trait Implementations§
impl Freeze for LedCurrent
impl RefUnwindSafe for LedCurrent
impl Send for LedCurrent
impl Sync for LedCurrent
impl Unpin for LedCurrent
impl UnwindSafe for LedCurrent
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