Struct cognitive_qualia::configuration::AestheticsConfig [] [src]

pub struct AestheticsConfig {
    pub background_path: Option<PathBuf>,
}

Configuration of aesthetics.

Fields

Path to background image.

Trait Implementations

impl Clone for AestheticsConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AestheticsConfig
[src]

Formats the value using the given formatter.