Struct winapi::um::winuser::TOUCH_HIT_TESTING_INPUT
source · #[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 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 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