Struct windows::Win32::System::Wmi::IWbemHiPerfProvider_Vtbl
#[repr(C)]pub struct IWbemHiPerfProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryInstances: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateRefresher: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub CreateRefreshableObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void, _: *mut i32) -> HRESULT,
pub StopRefreshing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32) -> HRESULT,
pub CreateRefreshableEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub GetObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryInstances: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT
§CreateRefresher: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§CreateRefreshableObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void, _: *mut i32) -> HRESULT
§StopRefreshing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32) -> HRESULT
§CreateRefreshableEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT
§GetObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut *mut c_void, _: i32, _: *mut c_void) -> HRESULT
Implementations§
§impl IWbemHiPerfProvider_Vtbl
impl IWbemHiPerfProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemHiPerfProvider_Vtblwhere
Identity: IWbemHiPerfProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemHiPerfProvider_Vtbl
impl RefUnwindSafe for IWbemHiPerfProvider_Vtbl
impl Send for IWbemHiPerfProvider_Vtbl
impl Sync for IWbemHiPerfProvider_Vtbl
impl Unpin for IWbemHiPerfProvider_Vtbl
impl UnwindSafe for IWbemHiPerfProvider_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