Struct webview2_sys::ICoreWebView2CookieVTable[][src]

#[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>::VTableGetName: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut LPWSTR) -> HRESULTGetValue: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut LPWSTR) -> HRESULTPutValue: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: LPCWSTR) -> HRESULTGetDomain: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut LPWSTR) -> HRESULTGetPath: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut LPWSTR) -> HRESULTGetExpires: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut f64) -> HRESULTPutExpires: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: f64) -> HRESULTGetIsHttpOnly: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut BOOL) -> HRESULTPutIsHttpOnly: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: BOOL) -> HRESULTGetSameSite: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut CookieSameSiteKind) -> HRESULTPutSameSite: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: CookieSameSiteKind) -> HRESULTGetIsSecure: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut BOOL) -> HRESULTPutIsSecure: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: BOOL) -> HRESULTGetIsSession: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CookieVPtr, _: *mut BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.