Struct particles::particles::ParticlesConfig [] [src]

pub struct ParticlesConfig {
    pub height: usize,
    pub width: usize,
    pub n_particles: usize,
    pub max_edge_len: f64,
    pub velocity_factor: f64,
}

Fields

Trait Implementations

impl Clone for ParticlesConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ParticlesConfig
[src]

[src]

Formats the value using the given formatter.