#[repr(C)]pub struct ICoreWebView2CookieVTable {Show 15 fields
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetName: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT,
pub GetValue: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT,
pub PutValue: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, LPCWSTR) -> HRESULT,
pub GetDomain: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT,
pub GetPath: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT,
pub GetExpires: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut f64) -> HRESULT,
pub PutExpires: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, f64) -> HRESULT,
pub GetIsHttpOnly: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut BOOL) -> HRESULT,
pub PutIsHttpOnly: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, BOOL) -> HRESULT,
pub GetSameSite: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut CookieSameSiteKind) -> HRESULT,
pub PutSameSite: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, CookieSameSiteKind) -> HRESULT,
pub GetIsSecure: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut BOOL) -> HRESULT,
pub PutIsSecure: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, BOOL) -> HRESULT,
pub GetIsSession: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut BOOL) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable§GetName: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT§GetValue: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT§PutValue: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, LPCWSTR) -> HRESULT§GetDomain: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT§GetPath: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut LPWSTR) -> HRESULT§GetExpires: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut f64) -> HRESULT§PutExpires: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, f64) -> HRESULT§GetIsHttpOnly: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut BOOL) -> HRESULT§PutIsHttpOnly: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, BOOL) -> HRESULT§GetSameSite: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut CookieSameSiteKind) -> HRESULT§PutSameSite: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, CookieSameSiteKind) -> HRESULT§GetIsSecure: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut BOOL) -> HRESULT§PutIsSecure: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, BOOL) -> HRESULT§GetIsSession: unsafe extern "stdcall" fn(*mut ICoreWebView2CookieVPtr, *mut BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2CookieVTable
impl RefUnwindSafe for ICoreWebView2CookieVTable
impl Send for ICoreWebView2CookieVTable
impl Sync for ICoreWebView2CookieVTable
impl Unpin for ICoreWebView2CookieVTable
impl UnwindSafe for ICoreWebView2CookieVTable
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