Struct IHostIoCompletionManager_Vtbl
#[repr(C)]pub struct IHostIoCompletionManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateIoCompletionPort: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT,
pub CloseIoCompletionPort: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
pub SetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetAvailableThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetHostOverlappedSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetCLRIoCompletionManager: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InitializeHostOverlapped: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
pub Bind: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE) -> HRESULT,
pub SetMinThreads: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetMinThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateIoCompletionPort: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT
§CloseIoCompletionPort: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
§SetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetMaxThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetAvailableThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetHostOverlappedSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetCLRIoCompletionManager: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InitializeHostOverlapped: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
§Bind: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE) -> HRESULT
§SetMinThreads: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetMinThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IHostIoCompletionManager_Vtbl
impl IHostIoCompletionManager_Vtbl
pub const fn new<Identity: IHostIoCompletionManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHostIoCompletionManager_Vtbl
impl RefUnwindSafe for IHostIoCompletionManager_Vtbl
impl Send for IHostIoCompletionManager_Vtbl
impl Sync for IHostIoCompletionManager_Vtbl
impl Unpin for IHostIoCompletionManager_Vtbl
impl UnwindSafe for IHostIoCompletionManager_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