Struct windows_helpers::win32_app::window::TimerMsg
source · pub struct TimerMsg {
pub timer_id: usize,
pub callback: TIMERPROC,
}Fields§
§timer_id: usize§callback: TIMERPROCAuto Trait Implementations§
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