pub enum LedEffect {
Static,
Blink,
Pulse,
}Expand description
LED Animation
Variants§
Auto Trait Implementations§
impl Freeze for LedEffect
impl RefUnwindSafe for LedEffect
impl Send for LedEffect
impl Sync for LedEffect
impl Unpin for LedEffect
impl UnwindSafe for LedEffect
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