Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Controller3_Vtbl
source · #[repr(C)]pub struct ICoreWebView2Controller3_Vtbl {
pub base__: ICoreWebView2Controller2_Vtbl,
pub RasterizationScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetRasterizationScale: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub ShouldDetectMonitorScaleChanges: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetShouldDetectMonitorScaleChanges: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub add_RasterizationScaleChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_RasterizationScaleChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub BoundsMode: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_BOUNDS_MODE) -> HRESULT,
pub SetBoundsMode: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_BOUNDS_MODE) -> HRESULT,
}
Fields§
§base__: ICoreWebView2Controller2_Vtbl
§RasterizationScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetRasterizationScale: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§ShouldDetectMonitorScaleChanges: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetShouldDetectMonitorScaleChanges: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§add_RasterizationScaleChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_RasterizationScaleChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§BoundsMode: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_BOUNDS_MODE) -> HRESULT
§SetBoundsMode: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_BOUNDS_MODE) -> HRESULT
Implementations§
source§impl ICoreWebView2Controller3_Vtbl
impl ICoreWebView2Controller3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Controller3_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2Controller3_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2Controller3_Vtbl
impl RefUnwindSafe for ICoreWebView2Controller3_Vtbl
impl Send for ICoreWebView2Controller3_Vtbl
impl Sync for ICoreWebView2Controller3_Vtbl
impl Unpin for ICoreWebView2Controller3_Vtbl
impl UnwindSafe for ICoreWebView2Controller3_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