[−][src]Struct webview2_sys::ICoreWebView2ControllerVTable
Fields
iunknown_base: <dyn IUnknown as ComInterface>::VTableGetIsVisible: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut BOOL) -> HRESULTPutIsVisible: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: BOOL) -> HRESULTGetBounds: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut RECT) -> HRESULTPutBounds: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: RECT) -> HRESULTGetZoomFactor: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut f64) -> HRESULTPutZoomFactor: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: f64) -> HRESULTAddZoomFactorChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut *mut ICoreWebView2ZoomFactorChangedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULTRemoveZoomFactorChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: EventRegistrationToken) -> HRESULTSetBoundsAndZoomFactor: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: RECT, _: f64) -> HRESULTMoveFocus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: MoveFocusReason) -> HRESULTAddMoveFocusRequested: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut *mut ICoreWebView2MoveFocusRequestedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULTRemoveMoveFocusRequested: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: EventRegistrationToken) -> HRESULTAddGotFocus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut *mut ICoreWebView2FocusChangedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULTRemoveGotFocus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: EventRegistrationToken) -> HRESULTAddLostFocus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut *mut ICoreWebView2FocusChangedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULTRemoveLostFocus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: EventRegistrationToken) -> HRESULTAddAcceleratorKeyPressed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut *mut ICoreWebView2AcceleratorKeyPressedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULTRemoveAcceleratorKeyPressed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: EventRegistrationToken) -> HRESULTGetParentWindow: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut HWND) -> HRESULTPutParentWindow: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: HWND) -> HRESULTNotifyParentWindowPositionChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr) -> HRESULTClose: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr) -> HRESULTGetCoreWebView2: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ControllerVPtr, _: *mut *mut *mut ICoreWebView2VTable) -> HRESULTAuto Trait Implementations
impl RefUnwindSafe for ICoreWebView2ControllerVTable
impl Send for ICoreWebView2ControllerVTable
impl Sync for ICoreWebView2ControllerVTable
impl Unpin for ICoreWebView2ControllerVTable
impl UnwindSafe for ICoreWebView2ControllerVTable
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,