Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Cookie [−][src]
#[repr(transparent)]pub struct ICoreWebView2Cookie(_);Implementations
pub unsafe fn SetValue<'a, Param0>(&self, value: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
pub unsafe fn SetIsHttpOnly<'a, Param0>(
&self,
ishttponly: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsSecure<'a, Param0>(
&self,
issecure: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Cookie
impl !Send for ICoreWebView2Cookie
impl !Sync for ICoreWebView2Cookie
impl Unpin for ICoreWebView2Cookie
impl UnwindSafe for ICoreWebView2Cookie
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety
