Struct windows::UI::Core::ICoreDispatcherWithTaskPriority_Vtbl
#[repr(C)]pub struct ICoreDispatcherWithTaskPriority_Vtbl {
pub base__: IInspectable_Vtbl,
pub CurrentPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreDispatcherPriority) -> HRESULT,
pub SetCurrentPriority: unsafe extern "system" fn(_: *mut c_void, _: CoreDispatcherPriority) -> HRESULT,
pub ShouldYield: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ShouldYieldToPriority: unsafe extern "system" fn(_: *mut c_void, _: CoreDispatcherPriority, _: *mut bool) -> HRESULT,
pub StopProcessEvents: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CurrentPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreDispatcherPriority) -> HRESULT
§SetCurrentPriority: unsafe extern "system" fn(_: *mut c_void, _: CoreDispatcherPriority) -> HRESULT
§ShouldYield: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ShouldYieldToPriority: unsafe extern "system" fn(_: *mut c_void, _: CoreDispatcherPriority, _: *mut bool) -> HRESULT
§StopProcessEvents: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreDispatcherWithTaskPriority_Vtbl
impl RefUnwindSafe for ICoreDispatcherWithTaskPriority_Vtbl
impl Send for ICoreDispatcherWithTaskPriority_Vtbl
impl Sync for ICoreDispatcherWithTaskPriority_Vtbl
impl Unpin for ICoreDispatcherWithTaskPriority_Vtbl
impl UnwindSafe for ICoreDispatcherWithTaskPriority_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