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