Struct IComMtaThreadPoolKnobs_Vtbl
#[repr(C)]pub struct IComMtaThreadPoolKnobs_Vtbl {
pub base__: IUnknown_Vtbl,
pub MTASetMaxThreadCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub MTAGetMaxThreadCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub MTASetThrottleValue: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub MTAGetThrottleValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§MTASetMaxThreadCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§MTAGetMaxThreadCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§MTASetThrottleValue: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§MTAGetThrottleValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IComMtaThreadPoolKnobs_Vtbl
impl IComMtaThreadPoolKnobs_Vtbl
pub const fn new<Identity: IComMtaThreadPoolKnobs_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComMtaThreadPoolKnobs_Vtbl
impl RefUnwindSafe for IComMtaThreadPoolKnobs_Vtbl
impl Send for IComMtaThreadPoolKnobs_Vtbl
impl Sync for IComMtaThreadPoolKnobs_Vtbl
impl Unpin for IComMtaThreadPoolKnobs_Vtbl
impl UnwindSafe for IComMtaThreadPoolKnobs_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