Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2EnvironmentOptions7_Vtbl
source · #[repr(C)]pub struct ICoreWebView2EnvironmentOptions7_Vtbl {
pub base__: IUnknown_Vtbl,
pub ChannelSearchKind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_CHANNEL_SEARCH_KIND) -> HRESULT,
pub SetChannelSearchKind: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_CHANNEL_SEARCH_KIND) -> HRESULT,
pub ReleaseChannels: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_RELEASE_CHANNELS) -> HRESULT,
pub SetReleaseChannels: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_RELEASE_CHANNELS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ChannelSearchKind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_CHANNEL_SEARCH_KIND) -> HRESULT
§SetChannelSearchKind: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_CHANNEL_SEARCH_KIND) -> HRESULT
§ReleaseChannels: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_RELEASE_CHANNELS) -> HRESULT
§SetReleaseChannels: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_RELEASE_CHANNELS) -> HRESULT
Implementations§
source§impl ICoreWebView2EnvironmentOptions7_Vtbl
impl ICoreWebView2EnvironmentOptions7_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2EnvironmentOptions7_Vtblwhere
Identity: ICoreWebView2EnvironmentOptions7_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2EnvironmentOptions7_Vtbl
impl RefUnwindSafe for ICoreWebView2EnvironmentOptions7_Vtbl
impl Send for ICoreWebView2EnvironmentOptions7_Vtbl
impl Sync for ICoreWebView2EnvironmentOptions7_Vtbl
impl Unpin for ICoreWebView2EnvironmentOptions7_Vtbl
impl UnwindSafe for ICoreWebView2EnvironmentOptions7_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