Struct ICoreInputViewTransferringXYFocusEventArgs_Vtbl
#[repr(C)]pub struct ICoreInputViewTransferringXYFocusEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Origin: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreInputViewXYFocusTransferDirection) -> HRESULT,
pub SetTransferHandled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub TransferHandled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetKeepPrimaryViewVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub KeepPrimaryViewVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Origin: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT§Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreInputViewXYFocusTransferDirection) -> HRESULT§SetTransferHandled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§TransferHandled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetKeepPrimaryViewVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§KeepPrimaryViewVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreInputViewTransferringXYFocusEventArgs_Vtbl
impl RefUnwindSafe for ICoreInputViewTransferringXYFocusEventArgs_Vtbl
impl Send for ICoreInputViewTransferringXYFocusEventArgs_Vtbl
impl Sync for ICoreInputViewTransferringXYFocusEventArgs_Vtbl
impl Unpin for ICoreInputViewTransferringXYFocusEventArgs_Vtbl
impl UnwindSafe for ICoreInputViewTransferringXYFocusEventArgs_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