Struct svg2gcode::ConversionConfig [−][src]
Expand description
High-level output configuration
Fields
tolerance: f64Curve interpolation tolerance in millimeters
feedrate: f64Feedrate in millimeters / minute
dpi: f64Dots per inch for pixels, picas, points, etc.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConversionConfig
impl Send for ConversionConfig
impl Sync for ConversionConfig
impl Unpin for ConversionConfig
impl UnwindSafe for ConversionConfig
Blanket Implementations
Mutably borrows from an owned value. Read more