Struct windows::Win32::System::ClrHosting::ICLRTaskManager_Vtbl
#[repr(C)]pub struct ICLRTaskManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateTask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentTask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUILocale: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetLocale: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetCurrentTaskType: unsafe extern "system" fn(_: *mut c_void, _: *mut ETaskType) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateTask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentTask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetUILocale: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetLocale: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetCurrentTaskType: unsafe extern "system" fn(_: *mut c_void, _: *mut ETaskType) -> HRESULT
Implementations§
§impl ICLRTaskManager_Vtbl
impl ICLRTaskManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICLRTaskManager_Vtblwhere
Identity: ICLRTaskManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRTaskManager_Vtbl
impl RefUnwindSafe for ICLRTaskManager_Vtbl
impl Send for ICLRTaskManager_Vtbl
impl Sync for ICLRTaskManager_Vtbl
impl Unpin for ICLRTaskManager_Vtbl
impl UnwindSafe for ICLRTaskManager_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