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