Struct svg2gcode::SupportedFunctionality [−][src]
pub struct SupportedFunctionality {
pub circular_interpolation: bool,
}Fields
circular_interpolation: boolIndicates support for G2/G3 circular interpolation.
Most modern machines support this. Old ones like early MakerBot 3D printers do not.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SupportedFunctionality
impl Send for SupportedFunctionality
impl Sync for SupportedFunctionality
impl Unpin for SupportedFunctionality
impl UnwindSafe for SupportedFunctionality
Blanket Implementations
Mutably borrows from an owned value. Read more