Struct windows::Win32::System::ClrHosting::IHostGCManager_Vtbl
#[repr(C)]pub struct IHostGCManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub ThreadIsBlockingForSuspension: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SuspensionStarting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SuspensionEnding: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ThreadIsBlockingForSuspension: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SuspensionStarting: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SuspensionEnding: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IHostGCManager_Vtbl
impl IHostGCManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHostGCManager_Vtblwhere
Identity: IHostGCManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHostGCManager_Vtbl
impl RefUnwindSafe for IHostGCManager_Vtbl
impl Send for IHostGCManager_Vtbl
impl Sync for IHostGCManager_Vtbl
impl Unpin for IHostGCManager_Vtbl
impl UnwindSafe for IHostGCManager_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