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

Trait Implementations

impl Debug for PixelFormat
[src]

[src]

Formats the value using the given formatter.

impl Clone for PixelFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more