Enum ble_ledly::capability::sw_animate::SWAnimationRepeat
source · [−]pub enum SWAnimationRepeat {
FiniteCount(i32),
InfiniteCount,
}Variants
FiniteCount(i32)
InfiniteCount
Auto Trait Implementations
impl RefUnwindSafe for SWAnimationRepeat
impl Send for SWAnimationRepeat
impl Sync for SWAnimationRepeat
impl Unpin for SWAnimationRepeat
impl UnwindSafe for SWAnimationRepeat
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