Struct definitions::Config
[−]
[src]
pub struct Config {
pub title: String,
pub display: DisplayConfig,
pub keyboard_enabled: bool,
pub mouse_enabled: bool,
}Fields
title: String
display: DisplayConfig
keyboard_enabled: bool
mouse_enabled: bool
Trait Implementations
impl Debug for Config[src]
impl Clone for Config[src]
fn clone(&self) -> Config
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