Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2WebResourceRequest [−][src]
#[repr(transparent)]pub struct ICoreWebView2WebResourceRequest(_);
Implementations
pub unsafe fn SetUri<'a, Param0>(&self, uri: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
pub unsafe fn SetMethod<'a, Param0>(&self, method: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
pub unsafe fn SetContent<'a, Param0>(
&self,
content: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, IStream>,
Trait Implementations
Auto Trait Implementations
impl !Send for ICoreWebView2WebResourceRequest
impl !Sync for ICoreWebView2WebResourceRequest
impl Unpin for ICoreWebView2WebResourceRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety