pub struct TickMsg {
pub id: u64,
/* private fields */
}Expand description
Message indicating that the spinner should advance to the next frame.
Fields§
§id: u64The spinner ID this tick is for.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickMsg
impl RefUnwindSafe for TickMsg
impl Send for TickMsg
impl Sync for TickMsg
impl Unpin for TickMsg
impl UnwindSafe for TickMsg
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