Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Frame [−][src]
#[repr(transparent)]pub struct ICoreWebView2Frame(_);Implementations
pub unsafe fn add_NameChanged<'a>(
&self,
eventhandler: impl IntoParam<'a, ICoreWebView2FrameNameChangedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn remove_NameChanged<'a>(
&self,
token: impl IntoParam<'a, EventRegistrationToken>
) -> Result<(), Error>
pub unsafe fn AddHostObjectToScriptWithOrigins<'a>(
&self,
name: impl IntoParam<'a, PWSTR>,
object: *mut VARIANT,
originscount: u32,
origins: *mut PWSTR
) -> Result<(), Error>
pub unsafe fn RemoveHostObjectFromScript<'a>(
&self,
name: impl IntoParam<'a, PWSTR>
) -> Result<(), Error>
pub unsafe fn add_Destroyed<'a>(
&self,
eventhandler: impl IntoParam<'a, ICoreWebView2FrameDestroyedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn remove_Destroyed<'a>(
&self,
token: impl IntoParam<'a, EventRegistrationToken>
) -> Result<(), Error>
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Frame
impl !Send for ICoreWebView2Frame
impl !Sync for ICoreWebView2Frame
impl Unpin for ICoreWebView2Frame
impl UnwindSafe for ICoreWebView2Frame
Blanket Implementations
type DefaultType = Option<T>
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Mutably borrows from an owned value. Read more