Struct windows_sys::Win32::UI::Controls::TOUCH_HIT_TESTING_INPUT
#[repr(C)]pub struct TOUCH_HIT_TESTING_INPUT {
pub pointerId: u32,
pub point: POINT,
pub boundingBox: RECT,
pub nonOccludedBoundingBox: RECT,
pub orientation: u32,
}
Fields§
§pointerId: u32
§point: POINT
§boundingBox: RECT
§nonOccludedBoundingBox: RECT
§orientation: u32
Trait Implementations§
§impl Clone for TOUCH_HIT_TESTING_INPUT
impl Clone for TOUCH_HIT_TESTING_INPUT
§fn clone(&self) -> TOUCH_HIT_TESTING_INPUT
fn clone(&self) -> TOUCH_HIT_TESTING_INPUT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TOUCH_HIT_TESTING_INPUT
Auto Trait Implementations§
impl Freeze for TOUCH_HIT_TESTING_INPUT
impl RefUnwindSafe for TOUCH_HIT_TESTING_INPUT
impl Send for TOUCH_HIT_TESTING_INPUT
impl Sync for TOUCH_HIT_TESTING_INPUT
impl Unpin for TOUCH_HIT_TESTING_INPUT
impl UnwindSafe for TOUCH_HIT_TESTING_INPUT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)