Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Profile_Vtbl
source · #[repr(C)]pub struct ICoreWebView2Profile_Vtbl {
pub base__: IUnknown_Vtbl,
pub ProfileName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub IsInPrivateModeEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ProfilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub DefaultDownloadFolderPath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetDefaultDownloadFolderPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub PreferredColorScheme: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PREFERRED_COLOR_SCHEME) -> HRESULT,
pub SetPreferredColorScheme: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PREFERRED_COLOR_SCHEME) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ProfileName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§IsInPrivateModeEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ProfilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§DefaultDownloadFolderPath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetDefaultDownloadFolderPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§PreferredColorScheme: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PREFERRED_COLOR_SCHEME) -> HRESULT
§SetPreferredColorScheme: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PREFERRED_COLOR_SCHEME) -> HRESULT
Implementations§
source§impl ICoreWebView2Profile_Vtbl
impl ICoreWebView2Profile_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Profile_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2Profile_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2Profile_Vtbl
impl RefUnwindSafe for ICoreWebView2Profile_Vtbl
impl Send for ICoreWebView2Profile_Vtbl
impl Sync for ICoreWebView2Profile_Vtbl
impl Unpin for ICoreWebView2Profile_Vtbl
impl UnwindSafe for ICoreWebView2Profile_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