pub struct Svg { /* private fields */ }
Expand description
SVG representation of a G-Code file.
wraps the min and max x, y values of the SVG.
Trait Implementations§
Source§impl FromIterator<String> for Svg
Returns a SVG given a collection of G-Code commands.
impl FromIterator<String> for Svg
Returns a SVG given a collection of G-Code commands.
TODO: Want to iterate over something more flexible
ie. Drop String for something more generic AsRef<&str>
?
impl StructuralPartialEq for Svg
Auto Trait Implementations§
impl Freeze for Svg
impl RefUnwindSafe for Svg
impl Send for Svg
impl Sync for Svg
impl Unpin for Svg
impl UnwindSafe for Svg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more