#[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) -> HRESULTImplementations§
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