Struct ICorThreadpool_Vtbl
#[repr(C)]pub struct ICorThreadpool_Vtbl {
pub base__: IUnknown_Vtbl,
pub CorRegisterWaitForSingleObject: unsafe extern "system" fn(_: *mut c_void, _: *const HANDLE, _: HANDLE, _: WAITORTIMERCALLBACK, _: *const c_void, _: u32, _: BOOL, _: *mut BOOL) -> HRESULT,
pub CorUnregisterWait: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE, _: *mut BOOL) -> HRESULT,
pub CorQueueUserWorkItem: unsafe extern "system" fn(_: *mut c_void, _: LPTHREAD_START_ROUTINE, _: *const c_void, _: BOOL, _: *mut BOOL) -> HRESULT,
pub CorCreateTimer: unsafe extern "system" fn(_: *mut c_void, _: *const HANDLE, _: WAITORTIMERCALLBACK, _: *const c_void, _: u32, _: u32, _: *mut BOOL) -> HRESULT,
pub CorChangeTimer: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: u32, _: u32, _: *mut BOOL) -> HRESULT,
pub CorDeleteTimer: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE, _: *mut BOOL) -> HRESULT,
pub CorBindIoCompletionCallback: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: LPOVERLAPPED_COMPLETION_ROUTINE) -> HRESULT,
pub CorCallOrQueueUserWorkItem: unsafe extern "system" fn(_: *mut c_void, _: LPTHREAD_START_ROUTINE, _: *const c_void, _: *mut BOOL) -> HRESULT,
pub CorSetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub CorGetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub CorGetAvailableThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CorRegisterWaitForSingleObject: unsafe extern "system" fn(_: *mut c_void, _: *const HANDLE, _: HANDLE, _: WAITORTIMERCALLBACK, _: *const c_void, _: u32, _: BOOL, _: *mut BOOL) -> HRESULT
§CorUnregisterWait: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE, _: *mut BOOL) -> HRESULT
§CorQueueUserWorkItem: unsafe extern "system" fn(_: *mut c_void, _: LPTHREAD_START_ROUTINE, _: *const c_void, _: BOOL, _: *mut BOOL) -> HRESULT
§CorCreateTimer: unsafe extern "system" fn(_: *mut c_void, _: *const HANDLE, _: WAITORTIMERCALLBACK, _: *const c_void, _: u32, _: u32, _: *mut BOOL) -> HRESULT
§CorChangeTimer: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: u32, _: u32, _: *mut BOOL) -> HRESULT
§CorDeleteTimer: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE, _: *mut BOOL) -> HRESULT
§CorBindIoCompletionCallback: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: LPOVERLAPPED_COMPLETION_ROUTINE) -> HRESULT
§CorCallOrQueueUserWorkItem: unsafe extern "system" fn(_: *mut c_void, _: LPTHREAD_START_ROUTINE, _: *const c_void, _: *mut BOOL) -> HRESULT
§CorSetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§CorGetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§CorGetAvailableThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl ICorThreadpool_Vtbl
impl ICorThreadpool_Vtbl
pub const fn new<Identity: ICorThreadpool_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorThreadpool_Vtbl
impl RefUnwindSafe for ICorThreadpool_Vtbl
impl Send for ICorThreadpool_Vtbl
impl Sync for ICorThreadpool_Vtbl
impl Unpin for ICorThreadpool_Vtbl
impl UnwindSafe for ICorThreadpool_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