Struct svg::node::element::path::Data[][src]

pub struct Data(_);
Expand description

A data attribute.

Implementations

Create a data attribute.

Parse a data attribute.

Add a command.

Add an absolute Command::Move command.

Add a relative Command::Move command.

Add an absolute Command::Line command.

Add a relative Command::Line command.

Add an absolute Command::HorizontalLine command.

Add a relative Command::HorizontalLine command.

Add an absolute Command::VerticalLine command.

Add a relative Command::VerticalLine command.

Add an absolute Command::QuadraticCurve command.

Add a relative Command::QuadraticCurve command.

Add an absolute Command::SmoothQuadraticCurve command.

Add a relative Command::SmoothQuadraticCurve command.

Add an absolute Command::CubicCurve command.

Add a relative Command::CubicCurve command.

Add an absolute Command::SmoothCubicCurve command.

Add a relative Command::SmoothCubicCurve command.

Add an absolute Command::EllipticalArc command.

Add a relative Command::EllipticalArc command.

Add a Command::Close command.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.