#[repr(C)]pub struct tagTOUCH_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 tagTOUCH_HIT_TESTING_INPUT
impl Clone for tagTOUCH_HIT_TESTING_INPUT
Source§fn clone(&self) -> tagTOUCH_HIT_TESTING_INPUT
fn clone(&self) -> tagTOUCH_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 moreSource§impl Debug for tagTOUCH_HIT_TESTING_INPUT
impl Debug for tagTOUCH_HIT_TESTING_INPUT
Source§impl Ord for tagTOUCH_HIT_TESTING_INPUT
impl Ord for tagTOUCH_HIT_TESTING_INPUT
Source§fn cmp(&self, other: &tagTOUCH_HIT_TESTING_INPUT) -> Ordering
fn cmp(&self, other: &tagTOUCH_HIT_TESTING_INPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for tagTOUCH_HIT_TESTING_INPUT
impl PartialOrd for tagTOUCH_HIT_TESTING_INPUT
impl Copy for tagTOUCH_HIT_TESTING_INPUT
impl Eq for tagTOUCH_HIT_TESTING_INPUT
impl StructuralPartialEq for tagTOUCH_HIT_TESTING_INPUT
Auto Trait Implementations§
impl Freeze for tagTOUCH_HIT_TESTING_INPUT
impl RefUnwindSafe for tagTOUCH_HIT_TESTING_INPUT
impl Send for tagTOUCH_HIT_TESTING_INPUT
impl Sync for tagTOUCH_HIT_TESTING_INPUT
impl Unpin for tagTOUCH_HIT_TESTING_INPUT
impl UnwindSafe for tagTOUCH_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