#[repr(C)]pub struct TimerHandlerVTable {
pub timeout: unsafe extern "thiscall" fn(*mut TimerTimeOutHandler, *mut ITimer),
pub free: unsafe extern "thiscall" fn(*mut TimerTimeOutHandler, *mut ITimer),
}Expand description
TimerTimeOutHandler vtable — MSVC ABI (this in ECX).
Fields§
§timeout: unsafe extern "thiscall" fn(*mut TimerTimeOutHandler, *mut ITimer)§free: unsafe extern "thiscall" fn(*mut TimerTimeOutHandler, *mut ITimer)Auto Trait Implementations§
impl Freeze for TimerHandlerVTable
impl RefUnwindSafe for TimerHandlerVTable
impl Send for TimerHandlerVTable
impl Sync for TimerHandlerVTable
impl Unpin for TimerHandlerVTable
impl UnsafeUnpin for TimerHandlerVTable
impl UnwindSafe for TimerHandlerVTable
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