Trait layout_2013::display_list::ToLayout

source ·
pub trait ToLayout {
    type Type;

    // Required method
    fn to_layout(&self) -> Self::Type;
}

Required Associated Types§

Required Methods§

source

fn to_layout(&self) -> Self::Type

Implementations on Foreign Types§

source§

impl ToLayout for T

§

type Type = MixBlendMode

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for T

§

type Type = TransformStyle

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for BorderImageRepeatKeyword

§

type Type = RepeatMode

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for BorderStyle

§

type Type = BorderStyle

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for T

§

type Type = ImageRendering

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for AbsoluteColor

§

type Type = ColorF

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for Point2D<Au>

§

type Type = Point2D<f32, LayoutPixel>

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for Rect<Au>

§

type Type = Box2D<f32, LayoutPixel>

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for SideOffsets2D<Au>

source§

impl ToLayout for Size2D<Au>

§

type Type = Size2D<f32, LayoutPixel>

source§

fn to_layout(&self) -> Self::Type

source§

impl ToLayout for Vector2D<Au>

Implementors§