Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Profile8
source · pub struct ICoreWebView2Profile8(/* private fields */);
Implementations§
source§impl ICoreWebView2Profile8
impl ICoreWebView2Profile8
pub unsafe fn Delete(&self) -> Result<(), Error>
pub unsafe fn add_Deleted<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ProfileDeletedEventHandler>,
pub unsafe fn remove_Deleted( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2Profile7>§
pub unsafe fn AddBrowserExtension<P0, P1>( &self, extensionfolderpath: P0, handler: P1, ) -> Result<(), Error>
pub unsafe fn GetBrowserExtensions<P0>(&self, handler: P0) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2Profile6>§
pub unsafe fn IsPasswordAutosaveEnabled( &self, value: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn SetIsPasswordAutosaveEnabled<P0>(
&self,
value: P0,
) -> Result<(), Error>where
P0: Param<BOOL>,
pub unsafe fn IsGeneralAutofillEnabled( &self, value: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn SetIsGeneralAutofillEnabled<P0>(
&self,
value: P0,
) -> Result<(), Error>where
P0: Param<BOOL>,
Methods from Deref<Target = ICoreWebView2Profile5>§
pub unsafe fn CookieManager(&self) -> Result<ICoreWebView2CookieManager, Error>
Methods from Deref<Target = ICoreWebView2Profile4>§
pub unsafe fn SetPermissionState<P0, P1>( &self, permissionkind: COREWEBVIEW2_PERMISSION_KIND, origin: P0, state: COREWEBVIEW2_PERMISSION_STATE, completedhandler: P1, ) -> Result<(), Error>
pub unsafe fn GetNonDefaultPermissionSettings<P0>( &self, completedhandler: P0, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2Profile3>§
pub unsafe fn PreferredTrackingPreventionLevel( &self, value: *mut COREWEBVIEW2_TRACKING_PREVENTION_LEVEL, ) -> Result<(), Error>
pub unsafe fn SetPreferredTrackingPreventionLevel( &self, value: COREWEBVIEW2_TRACKING_PREVENTION_LEVEL, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2Profile2>§
pub unsafe fn ClearBrowsingData<P0>(
&self,
datakinds: COREWEBVIEW2_BROWSING_DATA_KINDS,
handler: P0,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ClearBrowsingDataCompletedHandler>,
pub unsafe fn ClearBrowsingDataInTimeRange<P0>(
&self,
datakinds: COREWEBVIEW2_BROWSING_DATA_KINDS,
starttime: f64,
endtime: f64,
handler: P0,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ClearBrowsingDataCompletedHandler>,
pub unsafe fn ClearBrowsingDataAll<P0>(&self, handler: P0) -> Result<(), Error>where
P0: Param<ICoreWebView2ClearBrowsingDataCompletedHandler>,
Methods from Deref<Target = ICoreWebView2Profile>§
pub unsafe fn ProfileName(&self, value: *mut PWSTR) -> Result<(), Error>
pub unsafe fn IsInPrivateModeEnabled( &self, value: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn ProfilePath(&self, value: *mut PWSTR) -> Result<(), Error>
pub unsafe fn DefaultDownloadFolderPath( &self, value: *mut PWSTR, ) -> Result<(), Error>
pub unsafe fn SetDefaultDownloadFolderPath<P0>( &self, value: P0, ) -> Result<(), Error>
pub unsafe fn PreferredColorScheme( &self, value: *mut COREWEBVIEW2_PREFERRED_COLOR_SCHEME, ) -> Result<(), Error>
pub unsafe fn SetPreferredColorScheme( &self, value: COREWEBVIEW2_PREFERRED_COLOR_SCHEME, ) -> Result<(), Error>
Trait Implementations§
source§impl Clone for ICoreWebView2Profile8
impl Clone for ICoreWebView2Profile8
source§fn clone(&self) -> ICoreWebView2Profile8
fn clone(&self) -> ICoreWebView2Profile8
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ICoreWebView2Profile8
impl Debug for ICoreWebView2Profile8
source§impl Deref for ICoreWebView2Profile8
impl Deref for ICoreWebView2Profile8
§type Target = ICoreWebView2Profile7
type Target = ICoreWebView2Profile7
The resulting type after dereferencing.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile2
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile2
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile2
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile2
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile3
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile3
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile3
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile3
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile4
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile4
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile4
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile4
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile5
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile5
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile5
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile5
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile6
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile6
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile6
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile6
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile7
impl From<&ICoreWebView2Profile8> for &ICoreWebView2Profile7
source§fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile7
fn from(value: &ICoreWebView2Profile8) -> &ICoreWebView2Profile7
Converts to this type from the input type.
source§impl From<&ICoreWebView2Profile8> for &IUnknown
impl From<&ICoreWebView2Profile8> for &IUnknown
source§fn from(value: &ICoreWebView2Profile8) -> &IUnknown
fn from(value: &ICoreWebView2Profile8) -> &IUnknown
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile2
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile2
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile2
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile2
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile3
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile3
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile3
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile3
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile4
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile4
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile4
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile4
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile5
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile5
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile5
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile5
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile6
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile6
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile6
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile6
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for ICoreWebView2Profile7
impl From<ICoreWebView2Profile8> for ICoreWebView2Profile7
source§fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile7
fn from(value: ICoreWebView2Profile8) -> ICoreWebView2Profile7
Converts to this type from the input type.
source§impl From<ICoreWebView2Profile8> for IUnknown
impl From<ICoreWebView2Profile8> for IUnknown
source§fn from(value: ICoreWebView2Profile8) -> IUnknown
fn from(value: ICoreWebView2Profile8) -> IUnknown
Converts to this type from the input type.
source§impl Interface for ICoreWebView2Profile8
impl Interface for ICoreWebView2Profile8
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
source§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read moresource§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>
This casts the given COM interface to [
&dyn Any
]. Read moresource§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read moresource§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read moresource§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a
Weak
reference to this object.source§unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT
Call
QueryInterface
on this interface Read moresource§fn to_ref(&self) -> InterfaceRef<'_, Self>
fn to_ref(&self) -> InterfaceRef<'_, Self>
Creates an
InterfaceRef
for this reference. The InterfaceRef
tracks lifetimes statically,
and eliminates the need for dynamic reference count adjustments (AddRef/Release).source§impl PartialEq for ICoreWebView2Profile8
impl PartialEq for ICoreWebView2Profile8
impl Eq for ICoreWebView2Profile8
impl StructuralPartialEq for ICoreWebView2Profile8
Auto Trait Implementations§
impl Freeze for ICoreWebView2Profile8
impl RefUnwindSafe for ICoreWebView2Profile8
impl !Send for ICoreWebView2Profile8
impl !Sync for ICoreWebView2Profile8
impl Unpin for ICoreWebView2Profile8
impl UnwindSafe for ICoreWebView2Profile8
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)