Struct winapi::um::winuser::POINTER_TOUCH_INFO
source · #[repr(C)]pub struct POINTER_TOUCH_INFO {
pub pointerInfo: POINTER_INFO,
pub touchFlags: TOUCH_FLAGS,
pub touchMask: TOUCH_MASK,
pub rcContact: RECT,
pub rcContactRaw: RECT,
pub orientation: UINT32,
pub pressure: UINT32,
}
Fields§
§pointerInfo: POINTER_INFO
§touchFlags: TOUCH_FLAGS
§touchMask: TOUCH_MASK
§rcContact: RECT
§rcContactRaw: RECT
§orientation: UINT32
§pressure: UINT32
Trait Implementations§
source§impl Clone for POINTER_TOUCH_INFO
impl Clone for POINTER_TOUCH_INFO
source§fn clone(&self) -> POINTER_TOUCH_INFO
fn clone(&self) -> POINTER_TOUCH_INFO
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 POINTER_TOUCH_INFO
impl Default for POINTER_TOUCH_INFO
source§fn default() -> POINTER_TOUCH_INFO
fn default() -> POINTER_TOUCH_INFO
Returns the “default value” for a type. Read more