Struct glutin::PixelFormat [] [src]

pub struct PixelFormat {
    pub hardware_accelerated: bool,
    pub color_bits: u8,
    pub alpha_bits: u8,
    pub depth_bits: u8,
    pub stencil_bits: u8,
    pub stereoscopy: bool,
    pub double_buffer: bool,
    pub multisampling: Option<u16>,
    pub srgb: bool,
}

Describes a possible format. Unused.

Fields

hardware_accelerated
color_bits
alpha_bits
depth_bits
stencil_bits
stereoscopy
double_buffer
multisampling
srgb

Trait Implementations

Derived Implementations

impl Clone for PixelFormat

fn clone(&self) -> PixelFormat

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for PixelFormat

fn fmt(&self, __arg_0: &mut Formatter) -> Result