#[repr(C)]pub struct IWbemUnsecuredApartment {
pub lpVtbl: *const IWbemUnsecuredApartmentVtbl,
}
Fields§
§lpVtbl: *const IWbemUnsecuredApartmentVtbl
Implementations§
Source§impl IWbemUnsecuredApartment
impl IWbemUnsecuredApartment
pub unsafe fn CreateSinkStub( &self, pSink: *mut IWbemObjectSink, dwFlags: DWORD, wszReserved: LPCWSTR, ppStub: *mut *mut IWbemObjectSink, ) -> HRESULT
Methods from Deref<Target = IUnsecuredApartment>§
Trait Implementations§
Source§impl Deref for IWbemUnsecuredApartment
impl Deref for IWbemUnsecuredApartment
Source§type Target = IUnsecuredApartment
type Target = IUnsecuredApartment
The resulting type after dereferencing.
Source§fn deref(&self) -> &IUnsecuredApartment
fn deref(&self) -> &IUnsecuredApartment
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IWbemUnsecuredApartment
impl RefUnwindSafe for IWbemUnsecuredApartment
impl !Send for IWbemUnsecuredApartment
impl !Sync for IWbemUnsecuredApartment
impl Unpin for IWbemUnsecuredApartment
impl UnwindSafe for IWbemUnsecuredApartment
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