Struct webview2_sys::ICoreWebView2WindowFeaturesVTable[][src]

#[repr(C)]
pub struct ICoreWebView2WindowFeaturesVTable { pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub GetHasPosition: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULT, pub GetHasSize: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULT, pub GetLeft: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULT, pub GetTop: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULT, pub GetHeight: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULT, pub GetWidth: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULT, pub GetShouldDisplayMenuBar: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULT, pub GetShouldDisplayStatus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULT, pub GetShouldDisplayToolbar: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULT, pub GetShouldDisplayScrollBars: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULT, }

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableGetHasPosition: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULTGetHasSize: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULTGetLeft: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULTGetTop: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULTGetHeight: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULTGetWidth: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut u32) -> HRESULTGetShouldDisplayMenuBar: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULTGetShouldDisplayStatus: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULTGetShouldDisplayToolbar: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *mut BOOL) -> HRESULTGetShouldDisplayScrollBars: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WindowFeaturesVPtr, _: *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.