Struct primg::Config [] [src]

pub struct Config {
    pub in_path: String,
    pub out_path: String,
    pub num_shapes: u32,
    pub shape_type: ShapeType,
    pub out_size: usize,
    pub alpha: u8,
    pub m: u8,
}

Fields

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.