Struct webview2_sys::ICoreWebView2CookieVTable[][src]

#[repr(C)]
pub struct ICoreWebView2CookieVTable {
Show 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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.