Struct definitions::Config
[−]
[src]
pub struct Config {
pub title: String,
pub display: DisplayConfig,
pub input_enabled: bool,
}Fields
title: String
display: DisplayConfig
input_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