Struct windows::System::IDispatcherQueueTimer_Vtbl
#[repr(C)]pub struct IDispatcherQueueTimer_Vtbl {
pub base__: IInspectable_Vtbl,
pub Interval: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetInterval: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub IsRunning: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsRepeating: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsRepeating: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Tick: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveTick: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Interval: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetInterval: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§IsRunning: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsRepeating: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsRepeating: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Tick: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveTick: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDispatcherQueueTimer_Vtbl
impl RefUnwindSafe for IDispatcherQueueTimer_Vtbl
impl Send for IDispatcherQueueTimer_Vtbl
impl Sync for IDispatcherQueueTimer_Vtbl
impl Unpin for IDispatcherQueueTimer_Vtbl
impl UnwindSafe for IDispatcherQueueTimer_Vtbl
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