#[repr(C)]pub struct IWbemUnsecuredApartmentVtbl {
pub parent: IUnsecuredApartmentVtbl,
pub CreateSinkStub: unsafe extern "system" fn(This: *mut IWbemUnsecuredApartment, pSink: *mut IWbemObjectSink, dwFlags: DWORD, wszReserved: LPCWSTR, ppStub: *mut *mut IWbemObjectSink) -> HRESULT,
}
Fields§
§parent: IUnsecuredApartmentVtbl
§CreateSinkStub: unsafe extern "system" fn(This: *mut IWbemUnsecuredApartment, pSink: *mut IWbemObjectSink, dwFlags: DWORD, wszReserved: LPCWSTR, ppStub: *mut *mut IWbemObjectSink) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWbemUnsecuredApartmentVtbl
impl RefUnwindSafe for IWbemUnsecuredApartmentVtbl
impl Send for IWbemUnsecuredApartmentVtbl
impl Sync for IWbemUnsecuredApartmentVtbl
impl Unpin for IWbemUnsecuredApartmentVtbl
impl UnwindSafe for IWbemUnsecuredApartmentVtbl
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