Enum implicit::OutputMode [] [src]

pub enum OutputMode {
    Solid(Vec<Vec<Point>>),
    Outline(Vec<Vec<Point>>),
    DashedLine(Vec<DashedData>),
}

Variants

Trait Implementations

impl Clone for OutputMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more