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