Struct windows::Win32::System::Wmi::IWbemHiPerfEnum_Vtbl
#[repr(C)]pub struct IWbemHiPerfEnum_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddObjects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *const i32, _: *const *mut c_void) -> HRESULT,
pub RemoveObjects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *const i32) -> HRESULT,
pub GetObjects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub RemoveAll: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddObjects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *const i32, _: *const *mut c_void) -> HRESULT
§RemoveObjects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *const i32) -> HRESULT
§GetObjects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§RemoveAll: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IWbemHiPerfEnum_Vtbl
impl IWbemHiPerfEnum_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemHiPerfEnum_Vtblwhere
Identity: IWbemHiPerfEnum_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemHiPerfEnum_Vtbl
impl RefUnwindSafe for IWbemHiPerfEnum_Vtbl
impl Send for IWbemHiPerfEnum_Vtbl
impl Sync for IWbemHiPerfEnum_Vtbl
impl Unpin for IWbemHiPerfEnum_Vtbl
impl UnwindSafe for IWbemHiPerfEnum_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