pub trait ICoreWebView2NotificationReceivedEventArgs_Impl: IUnknownImpl {
// Required methods
fn SenderOrigin(&self, value: *mut PWSTR) -> Result<()>;
fn Notification(&self) -> Result<ICoreWebView2Notification>;
fn SetHandled(&self, value: BOOL) -> Result<()>;
fn Handled(&self, value: *mut BOOL) -> Result<()>;
fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
}
Required Methods§
fn SenderOrigin(&self, value: *mut PWSTR) -> Result<()>
fn Notification(&self) -> Result<ICoreWebView2Notification>
fn SetHandled(&self, value: BOOL) -> Result<()>
fn Handled(&self, value: *mut BOOL) -> Result<()>
fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.