Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2WindowFeatures_Vtbl
source · #[repr(C)]pub struct ICoreWebView2WindowFeatures_Vtbl {
pub base__: IUnknown_Vtbl,
pub HasPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub HasSize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Left: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Top: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ShouldDisplayMenuBar: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ShouldDisplayStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ShouldDisplayToolbar: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ShouldDisplayScrollBars: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§HasPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§HasSize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§Left: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Top: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ShouldDisplayMenuBar: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ShouldDisplayStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ShouldDisplayToolbar: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ShouldDisplayScrollBars: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
source§impl ICoreWebView2WindowFeatures_Vtbl
impl ICoreWebView2WindowFeatures_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2WindowFeatures_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2WindowFeatures_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2WindowFeatures_Vtbl
impl RefUnwindSafe for ICoreWebView2WindowFeatures_Vtbl
impl Send for ICoreWebView2WindowFeatures_Vtbl
impl Sync for ICoreWebView2WindowFeatures_Vtbl
impl Unpin for ICoreWebView2WindowFeatures_Vtbl
impl UnwindSafe for ICoreWebView2WindowFeatures_Vtbl
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