[][src]Struct piet::HitTestPoint

pub struct HitTestPoint {
    pub metrics: HitTestMetrics,
    pub is_inside: bool,
}

return values for hit_test_point.

  • metrics.text_position will give you the text position.
  • is_inside indicates whether the hit test point landed within the text.

Fields

metrics: HitTestMetricsis_inside: bool

Trait Implementations

impl Default for HitTestPoint[src]

impl PartialEq<HitTestPoint> for HitTestPoint[src]

impl Debug for HitTestPoint[src]

impl StructuralPartialEq for HitTestPoint[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]