Type Alias freya::prelude::CursorPoint

source ·
pub type CursorPoint = Point2D<f64, Measure>;

Aliased Type§

struct CursorPoint {
    pub x: f64,
    pub y: f64,
    /* private fields */
}

Fields§

§x: f64§y: f64

Trait Implementations§

§

impl<T, U> Default for Point2D<T, U>where T: Default,

§

fn default() -> Point2D<T, U>

Returns the “default value” for a type. Read more