Struct windows::Win32::System::ClrHosting::IHostTask_Vtbl
#[repr(C)]pub struct IHostTask_Vtbl {
pub base__: IUnknown_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Alert: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Join: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SetPriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCLRTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Alert: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Join: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§SetPriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCLRTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IHostTask_Vtbl
impl IHostTask_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHostTask_Vtblwhere
Identity: IHostTask_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHostTask_Vtbl
impl RefUnwindSafe for IHostTask_Vtbl
impl Send for IHostTask_Vtbl
impl Sync for IHostTask_Vtbl
impl Unpin for IHostTask_Vtbl
impl UnwindSafe for IHostTask_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