pub trait IntoPixelComponent<Out: PixelComponent>
where Self: PixelComponent,
{ // Required method fn into_component(self) -> Out; }

Required Methods§

source

fn into_component(self) -> Out

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IntoPixelComponent<u8> for u16

source§

impl IntoPixelComponent<u16> for u8

Implementors§