#[repr(C)]pub struct ICoreWebView2BrowserExtension_Vtbl {
pub base__: IUnknown_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Enable: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§Enable: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut c_void) -> HRESULT
Implementations§
source§impl ICoreWebView2BrowserExtension_Vtbl
impl ICoreWebView2BrowserExtension_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2BrowserExtension_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2BrowserExtension_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2BrowserExtension_Vtbl
impl RefUnwindSafe for ICoreWebView2BrowserExtension_Vtbl
impl Send for ICoreWebView2BrowserExtension_Vtbl
impl Sync for ICoreWebView2BrowserExtension_Vtbl
impl Unpin for ICoreWebView2BrowserExtension_Vtbl
impl UnwindSafe for ICoreWebView2BrowserExtension_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