Struct windows::Web::UI::Interop::IWebViewControlSite_Vtbl
#[repr(C)]pub struct IWebViewControlSite_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub Process: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetScale: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetBounds: unsafe extern "system" fn(_: *mut c_void, _: Rect) -> HRESULT,
pub Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub MoveFocus: unsafe extern "system" fn(_: *mut c_void, _: WebViewControlMoveFocusReason) -> HRESULT,
pub MoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveMoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub AcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveAcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Process: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetScale: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetBounds: unsafe extern "system" fn(_: *mut c_void, _: Rect) -> HRESULT
§Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§MoveFocus: unsafe extern "system" fn(_: *mut c_void, _: WebViewControlMoveFocusReason) -> HRESULT
§MoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveMoveFocusRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§AcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveAcceleratorKeyPressed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWebViewControlSite_Vtbl
impl RefUnwindSafe for IWebViewControlSite_Vtbl
impl Send for IWebViewControlSite_Vtbl
impl Sync for IWebViewControlSite_Vtbl
impl Unpin for IWebViewControlSite_Vtbl
impl UnwindSafe for IWebViewControlSite_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