Struct hate::Settings [] [src]

pub struct Settings {
    pub tap_tolerance: f32,
    pub text_texture_height: f32,
    pub font: PathBuf,
    pub max_fps: f32,
}

Fields

Trait Implementations

impl Debug for Settings
[src]

Formats the value using the given formatter.

impl Clone for Settings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more