pub struct TimerMsg {
pub timer_id: usize,
pub callback: TIMERPROC,
}
Fields§
§timer_id: usize
§callback: TIMERPROC
Auto Trait Implementations§
impl Freeze for TimerMsg
impl RefUnwindSafe for TimerMsg
impl Send for TimerMsg
impl Sync for TimerMsg
impl Unpin for TimerMsg
impl UnwindSafe for TimerMsg
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