Trait layout_2020::display_list::conversions::ToWebRender

source ·
pub trait ToWebRender {
    type Type;

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

Required Associated Types§

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl ToWebRender for T

§

type Type = MixBlendMode

source§

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

source§

impl ToWebRender for T

§

type Type = LineStyle

source§

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

source§

impl ToWebRender for T

source§

impl ToWebRender for BorderImageRepeatKeyword

§

type Type = RepeatMode

source§

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

source§

impl ToWebRender for T

Implementors§