#[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>::VTable§GetHasPosition: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut BOOL) -> HRESULT§GetHasSize: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut BOOL) -> HRESULT§GetLeft: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut u32) -> HRESULT§GetTop: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut u32) -> HRESULT§GetHeight: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut u32) -> HRESULT§GetWidth: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut u32) -> HRESULT§GetShouldDisplayMenuBar: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut BOOL) -> HRESULT§GetShouldDisplayStatus: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut BOOL) -> HRESULT§GetShouldDisplayToolbar: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut BOOL) -> HRESULT§GetShouldDisplayScrollBars: unsafe extern "stdcall" fn(*mut ICoreWebView2WindowFeaturesVPtr, *mut BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2WindowFeaturesVTable
impl RefUnwindSafe for ICoreWebView2WindowFeaturesVTable
impl Send for ICoreWebView2WindowFeaturesVTable
impl Sync for ICoreWebView2WindowFeaturesVTable
impl Unpin for ICoreWebView2WindowFeaturesVTable
impl UnwindSafe for ICoreWebView2WindowFeaturesVTable
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