Struct windows_sys::UI::Input::Preview::Injection::InjectedInputPointerInfo
[−]#[repr(C)]pub struct InjectedInputPointerInfo {
pub PointerId: u32,
pub PointerOptions: InjectedInputPointerOptions,
pub PixelLocation: InjectedInputPoint,
pub TimeOffsetInMilliseconds: u32,
pub PerformanceCount: u64,
}
Expand description
Required features: "UI_Input_Preview_Injection"
Fields
PointerId: u32
PointerOptions: InjectedInputPointerOptions
PixelLocation: InjectedInputPoint
TimeOffsetInMilliseconds: u32
PerformanceCount: u64
Trait Implementations
impl Clone for InjectedInputPointerInfo
impl Clone for InjectedInputPointerInfo
impl Copy for InjectedInputPointerInfo
Auto Trait Implementations
impl RefUnwindSafe for InjectedInputPointerInfo
impl Send for InjectedInputPointerInfo
impl Sync for InjectedInputPointerInfo
impl Unpin for InjectedInputPointerInfo
impl UnwindSafe for InjectedInputPointerInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more