Struct text_minimap::Settings [] [src]

pub struct Settings {
    pub xscale: usize,
    pub yscale: usize,
}

Fields

Methods

impl Settings
[src]

Trait Implementations

impl Clone for Settings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more