pub struct SVGWriter { /* private fields */ }

Implementations

Trait Implementations

Returns the “default value” for a type. Read more
Executes the destructor for this type. Read more
Draw a rectangle. The top-left point of the rectangle is \p xy. The shape style (color, edge-width) are passed in \p look. The parameter \p clip is an optional clip region (see: create_clip). Read more
Draw an ellipse with the center \p xy, and size \p size.
Draw a labe.
Draw an arrow, with a label, with the style parameters in \p look.
Draw a line between \p start and \p stop.
Generate a clip region that shapes can use to create complex shapes.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.