Trait glutin::dpi::Pixel [−][src]
pub trait Pixel: Copy + Into<f64> { pub fn from_f64(f: f64) -> Self; pub fn cast<P>(self) -> P
where
P: Pixel, { ... } }
pub trait Pixel: Copy + Into<f64> { pub fn from_f64(f: f64) -> Self; pub fn cast<P>(self) -> P
where
P: Pixel, { ... } }
impl Pixel for u16[src]impl Pixel for i16[src]impl Pixel for i32[src]impl Pixel for i8[src]impl Pixel for f64[src]impl Pixel for f32[src]impl Pixel for u32[src]impl Pixel for u8[src]