Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Frame4_Vtbl
source · #[repr(C)]pub struct ICoreWebView2Frame4_Vtbl {
pub base__: ICoreWebView2Frame3_Vtbl,
pub PostSharedBufferToScript: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: COREWEBVIEW2_SHARED_BUFFER_ACCESS, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: ICoreWebView2Frame3_Vtbl
Implementations§
source§impl ICoreWebView2Frame4_Vtbl
impl ICoreWebView2Frame4_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Frame4_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2Frame4_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2Frame4_Vtbl
impl RefUnwindSafe for ICoreWebView2Frame4_Vtbl
impl Send for ICoreWebView2Frame4_Vtbl
impl Sync for ICoreWebView2Frame4_Vtbl
impl Unpin for ICoreWebView2Frame4_Vtbl
impl UnwindSafe for ICoreWebView2Frame4_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