pub struct ICoreWebView2NavigationStartingEventArgs(/* private fields */);Implementations§
pub unsafe fn get_Uri(&self, uri: *mut PWSTR) -> Result<(), Error>
pub unsafe fn get_IsUserInitiated( &self, isuserinitiated: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn get_IsRedirected( &self, isredirected: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn get_RequestHeaders( &self, ) -> Result<ICoreWebView2HttpRequestHeaders, Error>
pub unsafe fn get_Cancel(&self, cancel: *mut BOOL) -> Result<(), Error>
pub unsafe fn put_Cancel<'a>( &self, cancel: impl IntoParam<'a, BOOL>, ) -> Result<(), Error>
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 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