Type Alias webrender_api::units::LayoutPoint

source ·
pub type LayoutPoint = Point2D<f32, LayoutPixel>;

Aliased Type§

struct LayoutPoint {
    pub x: f32,
    pub y: f32,
    /* private fields */
}

Fields§

§x: f32§y: f32

Trait Implementations§