#[repr(C)]pub struct ICoreWebView2Controller2_Vtbl {
pub base__: ICoreWebView2Controller_Vtbl,
pub DefaultBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_COLOR) -> HRESULT,
pub SetDefaultBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_COLOR) -> HRESULT,
}
Fields§
§base__: ICoreWebView2Controller_Vtbl
§DefaultBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_COLOR) -> HRESULT
§SetDefaultBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_COLOR) -> HRESULT
Implementations§
Auto Trait Implementations§
impl Freeze for ICoreWebView2Controller2_Vtbl
impl RefUnwindSafe for ICoreWebView2Controller2_Vtbl
impl Send for ICoreWebView2Controller2_Vtbl
impl Sync for ICoreWebView2Controller2_Vtbl
impl Unpin for ICoreWebView2Controller2_Vtbl
impl UnwindSafe for ICoreWebView2Controller2_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