Enum ble_ledly::capability::sw_animate::SWAnimateOption
source · [−]pub enum SWAnimateOption<'e> {
Breathing(&'e ColorOption, &'e SWAnimationRepeat, &'e SWAnimationSpeed),
}Variants
Breathing(&'e ColorOption, &'e SWAnimationRepeat, &'e SWAnimationSpeed)
Auto Trait Implementations
impl<'e> RefUnwindSafe for SWAnimateOption<'e>
impl<'e> Send for SWAnimateOption<'e>
impl<'e> Sync for SWAnimateOption<'e>
impl<'e> Unpin for SWAnimateOption<'e>
impl<'e> UnwindSafe for SWAnimateOption<'e>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more