pub struct StartStopMsg {
pub id: i32,
/* private fields */
}Expand description
StartStopMsg is used to start and stop the timer.
Fields§
§id: i32The ID of the timer the message is intended for.
Trait Implementations§
Source§impl Clone for StartStopMsg
impl Clone for StartStopMsg
Source§fn clone(&self) -> StartStopMsg
fn clone(&self) -> StartStopMsg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StartStopMsg
impl RefUnwindSafe for StartStopMsg
impl Send for StartStopMsg
impl Sync for StartStopMsg
impl Unpin for StartStopMsg
impl UnsafeUnpin for StartStopMsg
impl UnwindSafe for StartStopMsg
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