pub struct HitTestPointResult {
pub is_trailing_hit: bool,
pub is_inside: bool,
pub metrics: HitTestMetrics,
}Fields§
§is_trailing_hit: bool§is_inside: bool§metrics: HitTestMetricsTrait Implementations§
Source§impl Clone for HitTestPointResult
impl Clone for HitTestPointResult
Source§fn clone(&self) -> HitTestPointResult
fn clone(&self) -> HitTestPointResult
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 moreAuto Trait Implementations§
impl Freeze for HitTestPointResult
impl RefUnwindSafe for HitTestPointResult
impl Send for HitTestPointResult
impl Sync for HitTestPointResult
impl Unpin for HitTestPointResult
impl UnsafeUnpin for HitTestPointResult
impl UnwindSafe for HitTestPointResult
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