Struct dgl::ConfigInfo [] [src]

pub struct ConfigInfo {
    pub support_gl: bool,
    pub support_gles: bool,
    pub draw_to_window: bool,
    pub draw_to_pixmap: bool,
    pub pixel_format: PixelFormat,
    pub depth_size: u8,
    pub stencil_size: u8,
    pub double_buffer: bool,
    pub stereoscopic: bool,
}

Description of a surface configuration.

Fields

Methods

impl ConfigInfo
[src]

Trait Implementations

impl Clone for ConfigInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConfigInfo
[src]

impl Debug for ConfigInfo
[src]

Formats the value using the given formatter.

impl Default for ConfigInfo
[src]

Returns the "default value" for a type. Read more

impl Eq for ConfigInfo
[src]

impl PartialEq for ConfigInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.