Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2HttpRequestHeaders [−][src]
#[repr(transparent)]pub struct ICoreWebView2HttpRequestHeaders(_);Implementations
pub unsafe fn GetHeader<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
name: Param0,
value: *mut PWSTR
) -> Result<()>
pub unsafe fn GetHeaders<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
name: Param0
) -> Result<ICoreWebView2HttpHeadersCollectionIterator>
pub unsafe fn Contains<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
name: Param0,
contains: *mut BOOL
) -> Result<()>
pub unsafe fn SetHeader<'a, Param0: IntoParam<'a, PWSTR>, Param1: IntoParam<'a, PWSTR>>(
&self,
name: Param0,
value: Param1
) -> Result<()>
pub unsafe fn RemoveHeader<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
name: Param0
) -> Result<()>
Trait Implementations
Performs the conversion.
Performs the conversion.
Attempts to cast the current interface to another interface using QueryInterface.
The name cast is preferred to query because there is a WinRT method named query but not one
named cast. Read more
Auto Trait Implementations
impl !Send for ICoreWebView2HttpRequestHeaders
impl !Sync for ICoreWebView2HttpRequestHeaders
impl Unpin for ICoreWebView2HttpRequestHeaders
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety
