[−][src]Type Definition webrender_api::LayoutPoint
type LayoutPoint = TypedPoint2D<f32, LayoutPixel>;
Trait Implementations
impl AuHelpers<TypedPoint2D<Au, LayoutPixel>> for LayoutPoint
[src]
impl AuHelpers<TypedPoint2D<Au, LayoutPixel>> for LayoutPoint
fn from_au(point: LayoutPointAu) -> Self
[src]
fn from_au(point: LayoutPointAu) -> Self
fn to_au(&self) -> LayoutPointAu
[src]
fn to_au(&self) -> LayoutPointAu