Struct aflak_imgui_glium_support::AppConfig[][src]

pub struct AppConfig {
    pub title: String,
    pub clear_color: [f32; 4],
    pub ini_filename: Option<ImString>,
    pub log_filename: Option<ImString>,
    pub window_width: u32,
    pub window_height: u32,
}

Fields

Trait Implementations

impl Clone for AppConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppConfig
[src]

Formats the value using the given formatter. Read more

impl Default for AppConfig
[src]

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

Auto Trait Implementations

impl Send for AppConfig

impl Sync for AppConfig