#[repr(C)]pub struct TOUCH_HIT_TESTING_INPUT {
pub pointerId: u32,
pub point: POINT,
pub boundingBox: RECT,
pub nonOccludedBoundingBox: RECT,
pub orientation: u32,
}
Fields§
§pointerId: u32
§point: POINT
§boundingBox: RECT
§nonOccludedBoundingBox: RECT
§orientation: u32
Trait Implementations§
Source§impl Abi for TOUCH_HIT_TESTING_INPUT
impl Abi for TOUCH_HIT_TESTING_INPUT
Source§type Abi = TOUCH_HIT_TESTING_INPUT
type Abi = TOUCH_HIT_TESTING_INPUT
The abi representation of the implementing type. Read more
type DefaultType = TOUCH_HIT_TESTING_INPUT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for TOUCH_HIT_TESTING_INPUT
impl Debug for TOUCH_HIT_TESTING_INPUT
Source§impl Default for TOUCH_HIT_TESTING_INPUT
impl Default for TOUCH_HIT_TESTING_INPUT
Source§impl PartialEq for TOUCH_HIT_TESTING_INPUT
impl PartialEq for TOUCH_HIT_TESTING_INPUT
impl Copy for TOUCH_HIT_TESTING_INPUT
impl Eq 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