Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Cookie [−][src]
#[repr(transparent)]pub struct ICoreWebView2Cookie(_);Implementations
pub unsafe fn put_IsHttpOnly<'a>(
&self,
ishttponly: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn get_SameSite(
&self,
samesite: *mut COREWEBVIEW2_COOKIE_SAME_SITE_KIND
) -> Result<(), Error>
pub unsafe fn put_SameSite(
&self,
samesite: COREWEBVIEW2_COOKIE_SAME_SITE_KIND
) -> Result<(), Error>
pub unsafe fn put_IsSecure<'a>(
&self,
issecure: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
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
type DefaultType = Option<T>
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Mutably borrows from an owned value. Read more