Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2HttpResponseHeaders [−][src]
#[repr(transparent)]pub struct ICoreWebView2HttpResponseHeaders(_);Implementations
pub unsafe fn AppendHeader<'a, Param0, Param1>(
&self,
name: Param0,
value: Param1
) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
Param1: IntoParam<'a, PWSTR>,
pub unsafe fn Contains<'a, Param0>(
&self,
name: Param0,
contains: *mut BOOL
) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
pub unsafe fn GetHeader<'a, Param0>(
&self,
name: Param0,
value: *mut PWSTR
) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
pub unsafe fn GetHeaders<'a, Param0>(
&self,
name: Param0
) -> Result<ICoreWebView2HttpHeadersCollectionIterator, Error> where
Param0: IntoParam<'a, PWSTR>,
Trait Implementations
Auto Trait Implementations
impl !Send for ICoreWebView2HttpResponseHeaders
impl !Sync for ICoreWebView2HttpResponseHeaders
impl Unpin for ICoreWebView2HttpResponseHeaders
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety
