#[repr(C)]pub struct IProxyProviderWinEventHandlerVtbl {
pub parent: IUnknownVtbl,
pub RespondToWinEvent: unsafe extern "system" fn(This: *mut IProxyProviderWinEventHandler, idWinEvent: DWORD, hwnd: HWND, idObject: c_long, idChild: c_long, pSink: *mut IProxyProviderWinEventSink) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§RespondToWinEvent: unsafe extern "system" fn(This: *mut IProxyProviderWinEventHandler, idWinEvent: DWORD, hwnd: HWND, idObject: c_long, idChild: c_long, pSink: *mut IProxyProviderWinEventSink) -> HRESULT
Auto Trait Implementations§
impl Freeze for IProxyProviderWinEventHandlerVtbl
impl RefUnwindSafe for IProxyProviderWinEventHandlerVtbl
impl Send for IProxyProviderWinEventHandlerVtbl
impl Sync for IProxyProviderWinEventHandlerVtbl
impl Unpin for IProxyProviderWinEventHandlerVtbl
impl UnwindSafe for IProxyProviderWinEventHandlerVtbl
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