Struct definitions::DisplayConfig
[−]
[src]
pub struct DisplayConfig {
pub resolution: DisplayResolution,
pub default_scale: Float,
pub hide_cursor: bool,
}Fields
resolution: DisplayResolution
default_scale: Float
hide_cursor: bool
Trait Implementations
impl Debug for DisplayConfig[src]
impl Clone for DisplayConfig[src]
fn clone(&self) -> DisplayConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more