Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Cookie_Vtbl
source · #[repr(C)]pub struct ICoreWebView2Cookie_Vtbl {Show 15 fields
pub base__: IUnknown_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Domain: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Expires: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetExpires: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub IsHttpOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetIsHttpOnly: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SameSite: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_COOKIE_SAME_SITE_KIND) -> HRESULT,
pub SetSameSite: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_COOKIE_SAME_SITE_KIND) -> HRESULT,
pub IsSecure: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetIsSecure: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub IsSession: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Domain: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Expires: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetExpires: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§IsHttpOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetIsHttpOnly: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SameSite: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_COOKIE_SAME_SITE_KIND) -> HRESULT
§SetSameSite: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_COOKIE_SAME_SITE_KIND) -> HRESULT
§IsSecure: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetIsSecure: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§IsSession: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
source§impl ICoreWebView2Cookie_Vtbl
impl ICoreWebView2Cookie_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Cookie_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2Cookie_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2Cookie_Vtbl
impl RefUnwindSafe for ICoreWebView2Cookie_Vtbl
impl Send for ICoreWebView2Cookie_Vtbl
impl Sync for ICoreWebView2Cookie_Vtbl
impl Unpin for ICoreWebView2Cookie_Vtbl
impl UnwindSafe for ICoreWebView2Cookie_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more