Struct ISystemMonitorEvents_Vtbl
#[repr(C)]pub struct ISystemMonitorEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnCounterSelected: unsafe extern "system" fn(_: *mut c_void, _: i32),
pub OnCounterAdded: unsafe extern "system" fn(_: *mut c_void, _: i32),
pub OnCounterDeleted: unsafe extern "system" fn(_: *mut c_void, _: i32),
pub OnSampleCollected: unsafe extern "system" fn(_: *mut c_void),
pub OnDblClick: unsafe extern "system" fn(_: *mut c_void, _: i32),
}
Fields§
§base__: IUnknown_Vtbl
§OnCounterSelected: unsafe extern "system" fn(_: *mut c_void, _: i32)
§OnCounterAdded: unsafe extern "system" fn(_: *mut c_void, _: i32)
§OnCounterDeleted: unsafe extern "system" fn(_: *mut c_void, _: i32)
§OnSampleCollected: unsafe extern "system" fn(_: *mut c_void)
§OnDblClick: unsafe extern "system" fn(_: *mut c_void, _: i32)
Implementations§
§impl ISystemMonitorEvents_Vtbl
impl ISystemMonitorEvents_Vtbl
pub const fn new<Identity: ISystemMonitorEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISystemMonitorEvents_Vtbl
impl RefUnwindSafe for ISystemMonitorEvents_Vtbl
impl Send for ISystemMonitorEvents_Vtbl
impl Sync for ISystemMonitorEvents_Vtbl
impl Unpin for ISystemMonitorEvents_Vtbl
impl UnwindSafe for ISystemMonitorEvents_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