Struct definitions::DisplayConfig [] [src]

pub struct DisplayConfig {
    pub resolution: DisplayResolution,
    pub default_scale: Float,
    pub hide_cursor: bool,
}

Fields

Trait Implementations

impl Debug for DisplayConfig
[src]

Formats the value using the given formatter.

impl Clone for DisplayConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DisplayConfig
[src]

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