pub struct LedRing {
pub animation: RingAnimation,
/* private fields */
}Expand description
Stateful ring that tracks animation state.
Fields§
§animation: RingAnimationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LedRing
impl RefUnwindSafe for LedRing
impl Send for LedRing
impl Sync for LedRing
impl Unpin for LedRing
impl UnsafeUnpin for LedRing
impl UnwindSafe for LedRing
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