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

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

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

Required methods

pub fn from_f64(f: f64) -> Self[src]

Loading content...

Provided methods

pub fn cast<P: Pixel>(self) -> P[src]

Loading content...

Implementations on Foreign Types

impl Pixel for u8[src]

impl Pixel for u16[src]

impl Pixel for u32[src]

impl Pixel for i8[src]

impl Pixel for i16[src]

impl Pixel for i32[src]

impl Pixel for f32[src]

impl Pixel for f64[src]

Loading content...

Implementors

Loading content...