Enum LedDefaultState
#[repr(u8)]pub enum LedDefaultState {
Off = 0,
On = 1,
Keep = 2,
}Variants§
Trait Implementations§
§impl Clone for LedDefaultState
impl Clone for LedDefaultState
§fn clone(&self) -> LedDefaultState
fn clone(&self) -> LedDefaultState
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 more§impl Debug for LedDefaultState
impl Debug for LedDefaultState
§impl PartialEq for LedDefaultState
impl PartialEq for LedDefaultState
impl Copy for LedDefaultState
impl Eq for LedDefaultState
impl StructuralPartialEq for LedDefaultState
Auto Trait Implementations§
impl Freeze for LedDefaultState
impl RefUnwindSafe for LedDefaultState
impl Send for LedDefaultState
impl Sync for LedDefaultState
impl Unpin for LedDefaultState
impl UnsafeUnpin for LedDefaultState
impl UnwindSafe for LedDefaultState
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