Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2Controller_Vtbl
source · #[repr(C)]pub struct ICoreWebView2Controller_Vtbl {Show 24 fields
pub base__: IUnknown_Vtbl,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT,
pub SetBounds: unsafe extern "system" fn(_: *mut c_void, _: RECT) -> HRESULT,
pub ZoomFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetZoomFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub add_ZoomFactorChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_ZoomFactorChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub SetBoundsAndZoomFactor: unsafe extern "system" fn(_: *mut c_void, _: RECT, _: f64) -> HRESULT,
pub MoveFocus: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_MOVE_FOCUS_REASON) -> HRESULT,
pub add_MoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_MoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub add_GotFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_GotFocus: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub add_LostFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_LostFocus: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub add_AcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_AcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub NotifyParentWindowPositionChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CoreWebView2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT
§SetBounds: unsafe extern "system" fn(_: *mut c_void, _: RECT) -> HRESULT
§ZoomFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetZoomFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§add_ZoomFactorChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_ZoomFactorChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§SetBoundsAndZoomFactor: unsafe extern "system" fn(_: *mut c_void, _: RECT, _: f64) -> HRESULT
§MoveFocus: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_MOVE_FOCUS_REASON) -> HRESULT
§add_MoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_MoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§add_GotFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_GotFocus: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§add_LostFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_LostFocus: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§add_AcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_AcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§NotifyParentWindowPositionChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CoreWebView2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
source§impl ICoreWebView2Controller_Vtbl
impl ICoreWebView2Controller_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Controller_Vtblwhere
Identity: ICoreWebView2Controller_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2Controller_Vtbl
impl RefUnwindSafe for ICoreWebView2Controller_Vtbl
impl Send for ICoreWebView2Controller_Vtbl
impl Sync for ICoreWebView2Controller_Vtbl
impl Unpin for ICoreWebView2Controller_Vtbl
impl UnwindSafe for ICoreWebView2Controller_Vtbl
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