Struct minutiae::universe::UniverseConf [] [src]

pub struct UniverseConf {
    pub view_distance: usize,
    pub size: usize,
    pub iter_cells: bool,
}

Fields

Trait Implementations

impl Clone for UniverseConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UniverseConf
[src]

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