Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Cookie [−][src]
#[repr(transparent)]pub struct ICoreWebView2Cookie(pub IUnknown);Tuple Fields
0: IUnknownImplementations
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 SameSite(
&self,
samesite: *mut COREWEBVIEW2_COOKIE_SAME_SITE_KIND
) -> Result<(), Error>
pub unsafe fn SetSameSite(
&self,
samesite: COREWEBVIEW2_COOKIE_SAME_SITE_KIND
) -> Result<(), Error>
pub unsafe fn SetIsSecure<'a, Param0>(
&self,
issecure: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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