[][src]Trait webrender_api::AuHelpers

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

Required Methods

Implementors

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

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

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

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