#[repr(C)]pub struct TOUCH_HIT_TESTING_INPUT {
pub pointerId: UINT32,
pub point: POINT,
pub boundingBox: RECT,
pub nonOccludedBoundingBox: RECT,
pub orientation: UINT32,
}
Fields§
§pointerId: UINT32
§point: POINT
§boundingBox: RECT
§nonOccludedBoundingBox: RECT
§orientation: UINT32
Trait Implementations§
Source§impl Clone for TOUCH_HIT_TESTING_INPUT
impl Clone for TOUCH_HIT_TESTING_INPUT
Source§fn clone(&self) -> TOUCH_HIT_TESTING_INPUT
fn clone(&self) -> TOUCH_HIT_TESTING_INPUT
Returns a duplicate 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 moreSource§impl Default for TOUCH_HIT_TESTING_INPUT
impl Default for TOUCH_HIT_TESTING_INPUT
Source§fn default() -> TOUCH_HIT_TESTING_INPUT
fn default() -> TOUCH_HIT_TESTING_INPUT
Returns the “default value” for a type. Read more
impl 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