pub struct ICoreWebView2NavigationStartingEventArgs(/* private fields */);
Implementations§
pub unsafe fn get_Uri(&self, uri: *mut PWSTR) -> Result<()>
pub unsafe fn get_IsUserInitiated( &self, isuserinitiated: *mut BOOL, ) -> Result<()>
pub unsafe fn get_IsRedirected(&self, isredirected: *mut BOOL) -> Result<()>
pub unsafe fn get_RequestHeaders( &self, ) -> Result<ICoreWebView2HttpRequestHeaders>
pub unsafe fn get_Cancel(&self, cancel: *mut BOOL) -> Result<()>
pub unsafe fn put_Cancel<'a>( &self, cancel: impl IntoParam<'a, BOOL>, ) -> Result<()>
Trait Implementations§
Source§fn clone(&self) -> ICoreWebView2NavigationStartingEventArgs
fn clone(&self) -> ICoreWebView2NavigationStartingEventArgs
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§fn from(value: &ICoreWebView2NavigationStartingEventArgs) -> Self
fn from(value: &ICoreWebView2NavigationStartingEventArgs) -> Self
Converts to this type from the input type.
Source§fn from(value: ICoreWebView2NavigationStartingEventArgs) -> Self
fn from(value: ICoreWebView2NavigationStartingEventArgs) -> Self
Converts to this type from the input type.
Source§fn eq(&self, other: &ICoreWebView2NavigationStartingEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2NavigationStartingEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Auto Trait Implementations§
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