Struct axle::Config [] [src]

pub struct Config {
    pub width: u32,
    pub height: u32,
    pub title: String,
}

Config files

Fields

Wdith of the window

Height of the window

Title of the window

Trait Implementations

impl Default for Config
[src]

[src]

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

Auto Trait Implementations

impl Send for Config

impl Sync for Config