Struct windows::Win32::System::Wmi::IWbemDecoupledBasicEventProvider_Vtbl
#[repr(C)]pub struct IWbemDecoupledBasicEventProvider_Vtbl {
pub base__: IWbemDecoupledRegistrar_Vtbl,
pub GetSink: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetService: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IWbemDecoupledRegistrar_Vtbl
§GetSink: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetService: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWbemDecoupledBasicEventProvider_Vtbl
impl IWbemDecoupledBasicEventProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemDecoupledBasicEventProvider_Vtblwhere
Identity: IWbemDecoupledBasicEventProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemDecoupledBasicEventProvider_Vtbl
impl RefUnwindSafe for IWbemDecoupledBasicEventProvider_Vtbl
impl Send for IWbemDecoupledBasicEventProvider_Vtbl
impl Sync for IWbemDecoupledBasicEventProvider_Vtbl
impl Unpin for IWbemDecoupledBasicEventProvider_Vtbl
impl UnwindSafe for IWbemDecoupledBasicEventProvider_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