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