#[repr(C)]pub struct IWbemPropertyProvider {
pub lpVtbl: *const IWbemPropertyProviderVtbl,
}
Fields§
§lpVtbl: *const IWbemPropertyProviderVtbl
Implementations§
Source§impl IWbemPropertyProvider
impl IWbemPropertyProvider
pub unsafe fn GetProperty( &self, lFlags: c_long, strLocale: BSTR, strClassMapping: BSTR, strInstMapping: BSTR, strPropMapping: BSTR, pvValue: *mut VARIANT, ) -> HRESULT
pub unsafe fn PutProperty( &self, lFlags: c_long, strLocale: BSTR, strClassMapping: BSTR, strInstMapping: BSTR, strPropMapping: BSTR, pvValue: *const VARIANT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemPropertyProvider
impl Deref for IWbemPropertyProvider
Auto Trait Implementations§
impl Freeze for IWbemPropertyProvider
impl RefUnwindSafe for IWbemPropertyProvider
impl !Send for IWbemPropertyProvider
impl !Sync for IWbemPropertyProvider
impl Unpin for IWbemPropertyProvider
impl UnwindSafe for IWbemPropertyProvider
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