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