azul_webrender_api::units

Type Alias LayoutPoint

Source
pub type LayoutPoint = Point2D<f32, LayoutPixel>;

Aliased Type§

struct LayoutPoint {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32

Trait Implementations§