Enum ble_ledly::capability::sw_animate::SWAnimationSpeed
source · [−]pub enum SWAnimationSpeed {
Slowest,
Slower,
Slow,
Normal,
Fast,
Faster,
Fastest,
}Variants
Slowest
Slower
Slow
Normal
Fast
Faster
Fastest
Auto Trait Implementations
impl RefUnwindSafe for SWAnimationSpeed
impl Send for SWAnimationSpeed
impl Sync for SWAnimationSpeed
impl Unpin for SWAnimationSpeed
impl UnwindSafe for SWAnimationSpeed
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