#[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: UINT32Trait 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 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 Debug for tagTOUCH_HIT_TESTING_INPUT
impl Debug for tagTOUCH_HIT_TESTING_INPUT
impl Copy 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