#[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,
}
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.