#[repr(C)]pub struct ICoreWebView2Controller2VTable {
pub icore_web_view2_controller_base: <dyn ICoreWebView2Controller as ComInterface>::VTable,
pub GetDefaultBackgroundColor: unsafe extern "stdcall" fn(*mut ICoreWebView2Controller2VPtr, *mut Color) -> HRESULT,
pub PutDefaultBackgroundColor: unsafe extern "stdcall" fn(*mut ICoreWebView2Controller2VPtr, Color) -> HRESULT,
}
Fields§
§icore_web_view2_controller_base: <dyn ICoreWebView2Controller as ComInterface>::VTable
§GetDefaultBackgroundColor: unsafe extern "stdcall" fn(*mut ICoreWebView2Controller2VPtr, *mut Color) -> HRESULT
§PutDefaultBackgroundColor: unsafe extern "stdcall" fn(*mut ICoreWebView2Controller2VPtr, Color) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreWebView2Controller2VTable
impl RefUnwindSafe for ICoreWebView2Controller2VTable
impl Send for ICoreWebView2Controller2VTable
impl Sync for ICoreWebView2Controller2VTable
impl Unpin for ICoreWebView2Controller2VTable
impl UnwindSafe for ICoreWebView2Controller2VTable
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