Trait pilka_winit::winit::dpi::Pixel[][src]

pub trait Pixel: Copy + Into<f64> {
    fn from_f64(f: f64) -> Self;

    fn cast<P>(self) -> P
    where
        P: Pixel
, { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors