Struct ICoreWindow_Vtbl
#[repr(C)]pub struct ICoreWindow_Vtbl {Show 53 fields
pub base__: IInspectable_Vtbl,
pub AutomationHostProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub CustomProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Dispatcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FlowDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreWindowFlowDirection) -> HRESULT,
pub SetFlowDirection: unsafe extern "system" fn(_: *mut c_void, _: CoreWindowFlowDirection) -> HRESULT,
pub IsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub PointerCursor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPointerCursor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PointerPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Activate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetAsyncKeyState: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey, _: *mut CoreVirtualKeyStates) -> HRESULT,
pub GetKeyState: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey, _: *mut CoreVirtualKeyStates) -> HRESULT,
pub ReleasePointerCapture: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetPointerCapture: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Activated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub AutomationProviderRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveAutomationProviderRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub CharacterReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveCharacterReceived: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Closed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveClosed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub InputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub KeyDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveKeyDown: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub KeyUp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveKeyUp: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerCaptureLost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerCaptureLost: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerEntered: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerEntered: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerExited: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerExited: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerMoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerMoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerPressed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerReleased: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerReleased: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub TouchHitTesting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveTouchHitTesting: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerWheelChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerWheelChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SizeChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSizeChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub VisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveVisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AutomationHostProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Bounds: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§CustomProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Dispatcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FlowDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreWindowFlowDirection) -> HRESULT
§SetFlowDirection: unsafe extern "system" fn(_: *mut c_void, _: CoreWindowFlowDirection) -> HRESULT
§IsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§PointerCursor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPointerCursor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PointerPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Activate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetAsyncKeyState: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey, _: *mut CoreVirtualKeyStates) -> HRESULT
§GetKeyState: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey, _: *mut CoreVirtualKeyStates) -> HRESULT
§ReleasePointerCapture: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetPointerCapture: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Activated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§AutomationProviderRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveAutomationProviderRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§CharacterReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveCharacterReceived: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Closed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveClosed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§InputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§KeyDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveKeyDown: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§KeyUp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveKeyUp: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerCaptureLost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerCaptureLost: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerEntered: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerEntered: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerExited: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerExited: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerMoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerMoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerPressed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerReleased: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerReleased: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§TouchHitTesting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveTouchHitTesting: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerWheelChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerWheelChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§SizeChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveSizeChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§VisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveVisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Implementations§
§impl ICoreWindow_Vtbl
impl ICoreWindow_Vtbl
pub const fn new<Identity: ICoreWindow_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWindow_Vtbl
impl RefUnwindSafe for ICoreWindow_Vtbl
impl Send for ICoreWindow_Vtbl
impl Sync for ICoreWindow_Vtbl
impl Unpin for ICoreWindow_Vtbl
impl UnwindSafe for ICoreWindow_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