#[repr(C)]pub struct ICoreWebView2_6_Vtbl {
pub base__: ICoreWebView2_5_Vtbl,
pub OpenTaskManagerWindow: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ICoreWebView2_5_Vtbl
§OpenTaskManagerWindow: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
Source§impl ICoreWebView2_6_Vtbl
impl ICoreWebView2_6_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2_6_Vtblwhere
Identity: ICoreWebView2_6_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2_6_Vtbl
impl RefUnwindSafe for ICoreWebView2_6_Vtbl
impl Send for ICoreWebView2_6_Vtbl
impl Sync for ICoreWebView2_6_Vtbl
impl Unpin for ICoreWebView2_6_Vtbl
impl UnwindSafe for ICoreWebView2_6_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