#[repr(C)]pub struct tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION {
pub score: UINT16,
pub adjustedPoint: POINT,
}
Fields§
§score: UINT16
§adjustedPoint: POINT
Trait Implementations§
Source§impl Clone for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Clone for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
Source§fn clone(&self) -> tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
fn clone(&self) -> tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
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 Ord for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Ord for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
Source§fn cmp(&self, other: &tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION) -> Ordering
fn cmp(&self, other: &tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION) -> 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 PartialEq for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl PartialEq for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
Source§fn eq(&self, other: &tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION) -> bool
fn eq(&self, other: &tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl PartialOrd for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Copy for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Eq for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl StructuralPartialEq for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
Auto Trait Implementations§
impl Freeze for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl RefUnwindSafe for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Send for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Sync for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl Unpin for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
impl UnwindSafe for tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION
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