Struct windows::Win32::System::ClrHosting::ICLRGCManager2_Vtbl
#[repr(C)]pub struct ICLRGCManager2_Vtbl {
pub base__: ICLRGCManager_Vtbl,
pub SetGCStartupLimitsEx: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize) -> HRESULT,
}
Fields§
§base__: ICLRGCManager_Vtbl
§SetGCStartupLimitsEx: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize) -> HRESULT
Implementations§
§impl ICLRGCManager2_Vtbl
impl ICLRGCManager2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICLRGCManager2_Vtblwhere
Identity: ICLRGCManager2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRGCManager2_Vtbl
impl RefUnwindSafe for ICLRGCManager2_Vtbl
impl Send for ICLRGCManager2_Vtbl
impl Sync for ICLRGCManager2_Vtbl
impl Unpin for ICLRGCManager2_Vtbl
impl UnwindSafe for ICLRGCManager2_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