[][src]Trait webrender::api::AuHelpers

pub trait AuHelpers<T> {
    fn from_au(data: T) -> Self;
fn to_au(&self) -> T; }

Required Methods

Implementations on Foreign Types

impl AuHelpers<TypedVector2D<Au, LayoutPixel>> for TypedVector2D<f32, LayoutPixel>
[src]

impl AuHelpers<TypedSize2D<Au, LayoutPixel>> for TypedSize2D<f32, LayoutPixel>
[src]

impl AuHelpers<TypedPoint2D<Au, LayoutPixel>> for TypedPoint2D<f32, LayoutPixel>
[src]

impl AuHelpers<TypedRect<Au, LayoutPixel>> for TypedRect<f32, LayoutPixel>
[src]

Implementors