pub struct StopwatchState { /* private fields */ }Expand description
State for the stopwatch, tracking elapsed time and running status.
Implementations§
Trait Implementations§
Source§impl Clone for StopwatchState
impl Clone for StopwatchState
Source§fn clone(&self) -> StopwatchState
fn clone(&self) -> StopwatchState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopwatchState
impl Debug for StopwatchState
Auto Trait Implementations§
impl Freeze for StopwatchState
impl RefUnwindSafe for StopwatchState
impl Send for StopwatchState
impl Sync for StopwatchState
impl Unpin for StopwatchState
impl UnsafeUnpin for StopwatchState
impl UnwindSafe for StopwatchState
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