#[repr(C)]pub struct IWbemProviderIdentity {
pub lpVtbl: *const IWbemProviderIdentityVtbl,
}
Fields§
§lpVtbl: *const IWbemProviderIdentityVtbl
Implementations§
Source§impl IWbemProviderIdentity
impl IWbemProviderIdentity
pub unsafe fn SetRegistrationObject( &self, lFlags: c_long, pProvReg: *mut IWbemClassObject, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemProviderIdentity
impl Deref for IWbemProviderIdentity
Auto Trait Implementations§
impl Freeze for IWbemProviderIdentity
impl RefUnwindSafe for IWbemProviderIdentity
impl !Send for IWbemProviderIdentity
impl !Sync for IWbemProviderIdentity
impl Unpin for IWbemProviderIdentity
impl UnwindSafe for IWbemProviderIdentity
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