#[repr(C)]pub struct IWbemConstructClassObject {
pub lpVtbl: *const IWbemConstructClassObjectVtbl,
}
Fields§
§lpVtbl: *const IWbemConstructClassObjectVtbl
Implementations§
Source§impl IWbemConstructClassObject
impl IWbemConstructClassObject
pub unsafe fn SetInheritanceChain( &self, lNumAntecedents: c_long, awszAntecedents: *mut LPWSTR, ) -> HRESULT
pub unsafe fn SetPropertyOrigin( &self, wszPropertyName: LPCWSTR, lOriginIndex: c_long, ) -> HRESULT
pub unsafe fn SetMethodOrigin( &self, wszMethodName: LPCWSTR, lOriginIndex: c_long, ) -> HRESULT
pub unsafe fn SetServerNamespace( &self, wszServer: LPCWSTR, wszNamespace: LPCWSTR, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemConstructClassObject
impl Deref for IWbemConstructClassObject
Auto Trait Implementations§
impl Freeze for IWbemConstructClassObject
impl RefUnwindSafe for IWbemConstructClassObject
impl !Send for IWbemConstructClassObject
impl !Sync for IWbemConstructClassObject
impl Unpin for IWbemConstructClassObject
impl UnwindSafe for IWbemConstructClassObject
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