[][src]Trait glutin::dpi::Pixel

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

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

Required methods

fn from_f64(f: f64) -> Self

Loading content...

Provided methods

fn cast<P>(self) -> P where
    P: Pixel

Loading content...

Implementations on Foreign Types

impl Pixel for u16[src]

impl Pixel for u32[src]

impl Pixel for f64[src]

impl Pixel for u8[src]

impl Pixel for i16[src]

impl Pixel for i32[src]

impl Pixel for f32[src]

impl Pixel for i8[src]

Loading content...

Implementors

Loading content...