pub struct CoreWebView2WebResourceResponseView(/* private fields */);
Implementations§
Source§impl CoreWebView2WebResourceResponseView
impl CoreWebView2WebResourceResponseView
pub fn Headers(&self) -> Result<CoreWebView2HttpResponseHeaders>
pub fn StatusCode(&self) -> Result<i32>
pub fn ReasonPhrase(&self) -> Result<HString>
pub fn GetContentAsync(&self) -> Result<IAsyncOperation<IRandomAccessStream>>
Trait Implementations§
Source§impl Clone for CoreWebView2WebResourceResponseView
impl Clone for CoreWebView2WebResourceResponseView
Source§fn clone(&self) -> CoreWebView2WebResourceResponseView
fn clone(&self) -> CoreWebView2WebResourceResponseView
Returns a duplicate 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 From<&CoreWebView2WebResourceResponseView> for Object
impl From<&CoreWebView2WebResourceResponseView> for Object
Source§fn from(value: &CoreWebView2WebResourceResponseView) -> Self
fn from(value: &CoreWebView2WebResourceResponseView) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2WebResourceResponseView> for Object
impl From<CoreWebView2WebResourceResponseView> for Object
Source§fn from(value: CoreWebView2WebResourceResponseView) -> Self
fn from(value: CoreWebView2WebResourceResponseView) -> Self
Converts to this type from the input type.
Source§impl Interface for CoreWebView2WebResourceResponseView
impl Interface for CoreWebView2WebResourceResponseView
const IID: Guid
type Vtable = ICoreWebView2WebResourceResponseView_abi
Source§impl<'a> IntoParam<'a, Object> for &'a CoreWebView2WebResourceResponseView
impl<'a> IntoParam<'a, Object> for &'a CoreWebView2WebResourceResponseView
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for CoreWebView2WebResourceResponseView
impl<'a> IntoParam<'a, Object> for CoreWebView2WebResourceResponseView
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for CoreWebView2WebResourceResponseView
impl PartialEq for CoreWebView2WebResourceResponseView
Source§fn eq(&self, other: &CoreWebView2WebResourceResponseView) -> bool
fn eq(&self, other: &CoreWebView2WebResourceResponseView) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for CoreWebView2WebResourceResponseView
impl Send for CoreWebView2WebResourceResponseView
impl StructuralPartialEq for CoreWebView2WebResourceResponseView
impl Sync for CoreWebView2WebResourceResponseView
Auto Trait Implementations§
impl Freeze for CoreWebView2WebResourceResponseView
impl RefUnwindSafe for CoreWebView2WebResourceResponseView
impl Unpin for CoreWebView2WebResourceResponseView
impl UnwindSafe for CoreWebView2WebResourceResponseView
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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