pub struct ResetMsg {
pub id: u64,
}Expand description
Message to reset the stopwatch.
Fields§
§id: u64The stopwatch ID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResetMsg
impl RefUnwindSafe for ResetMsg
impl Send for ResetMsg
impl Sync for ResetMsg
impl Unpin for ResetMsg
impl UnwindSafe for ResetMsg
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