#[repr(C)]pub struct ISWbemProperty {
pub lpVtbl: *const ISWbemPropertyVtbl,
}
Fields§
§lpVtbl: *const ISWbemPropertyVtbl
Implementations§
Source§impl ISWbemProperty
impl ISWbemProperty
pub unsafe fn get_Value(&self, varValue: *mut VARIANT) -> HRESULT
pub unsafe fn put_Value(&self, varValue: *mut VARIANT) -> HRESULT
pub unsafe fn get_Name(&self, strName: *mut BSTR) -> HRESULT
pub unsafe fn get_IsLocal(&self, bIsLocal: *mut VARIANT_BOOL) -> HRESULT
pub unsafe fn get_Origin(&self, strOrigin: *mut BSTR) -> HRESULT
pub unsafe fn get_CIMType(&self, iCimType: *mut WbemCimtypeEnum) -> HRESULT
pub unsafe fn get_Qualifiers_( &self, objWbemQualifierSet: *mut *mut ISWbemQualifierSet, ) -> HRESULT
pub unsafe fn get_IsArray(&self, bIsArray: *mut VARIANT_BOOL) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISWbemProperty
impl Deref for ISWbemProperty
Auto Trait Implementations§
impl Freeze for ISWbemProperty
impl RefUnwindSafe for ISWbemProperty
impl !Send for ISWbemProperty
impl !Sync for ISWbemProperty
impl Unpin for ISWbemProperty
impl UnwindSafe for ISWbemProperty
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