#[repr(C)]pub struct ICoreWebView2Settings5VTable {
pub icore_web_view2_settings4_base: <dyn ICoreWebView2Settings4 as ComInterface>::VTable,
pub GetIsPinchZoomEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings5VPtr, *mut BOOL) -> HRESULT,
pub PutIsPinchZoomEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings5VPtr, BOOL) -> HRESULT,
}Fields§
§icore_web_view2_settings4_base: <dyn ICoreWebView2Settings4 as ComInterface>::VTable§GetIsPinchZoomEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings5VPtr, *mut BOOL) -> HRESULT§PutIsPinchZoomEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings5VPtr, BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2Settings5VTable
impl RefUnwindSafe for ICoreWebView2Settings5VTable
impl Send for ICoreWebView2Settings5VTable
impl Sync for ICoreWebView2Settings5VTable
impl Unpin for ICoreWebView2Settings5VTable
impl UnsafeUnpin for ICoreWebView2Settings5VTable
impl UnwindSafe for ICoreWebView2Settings5VTable
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