Struct windows::Win32::System::ClrHosting::IGCHost_Vtbl
#[repr(C)]pub struct IGCHost_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetGCStartupLimits: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub Collect: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetStats: unsafe extern "system" fn(_: *mut c_void, _: *mut COR_GC_STATS) -> HRESULT,
pub GetThreadStats: unsafe extern "system" fn(_: *mut c_void, _: *const u32, _: *mut COR_GC_THREAD_STATS) -> HRESULT,
pub SetVirtualMemLimit: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetGCStartupLimits: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§Collect: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetStats: unsafe extern "system" fn(_: *mut c_void, _: *mut COR_GC_STATS) -> HRESULT
§GetThreadStats: unsafe extern "system" fn(_: *mut c_void, _: *const u32, _: *mut COR_GC_THREAD_STATS) -> HRESULT
§SetVirtualMemLimit: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
Implementations§
§impl IGCHost_Vtbl
impl IGCHost_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGCHost_Vtblwhere
Identity: IGCHost_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGCHost_Vtbl
impl RefUnwindSafe for IGCHost_Vtbl
impl Send for IGCHost_Vtbl
impl Sync for IGCHost_Vtbl
impl Unpin for IGCHost_Vtbl
impl UnwindSafe for IGCHost_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