#[repr(C)]pub struct ICoreWebView2Settings9_Vtbl {
pub base__: ICoreWebView2Settings8_Vtbl,
pub IsNonClientRegionSupportEnabled: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT,
pub SetIsNonClientRegionSupportEnabled: unsafe extern "system" fn(*mut c_void, BOOL) -> HRESULT,
}
Fields§
§base__: ICoreWebView2Settings8_Vtbl
§IsNonClientRegionSupportEnabled: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT
§SetIsNonClientRegionSupportEnabled: unsafe extern "system" fn(*mut c_void, BOOL) -> HRESULT
Implementations§
Auto Trait Implementations§
impl Freeze for ICoreWebView2Settings9_Vtbl
impl RefUnwindSafe for ICoreWebView2Settings9_Vtbl
impl Send for ICoreWebView2Settings9_Vtbl
impl Sync for ICoreWebView2Settings9_Vtbl
impl Unpin for ICoreWebView2Settings9_Vtbl
impl UnwindSafe for ICoreWebView2Settings9_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