Struct lyon_path::Path [] [src]

pub struct Path { /* fields omitted */ }

A simple path data structure.

It can be created using a Builder, and can be iterated over.

Methods

impl Path
[src]

Creates a Builder to create a path.

Trait Implementations

impl Clone for Path
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Path
[src]

Formats the value using the given formatter.

impl<'l> IntoIterator for &'l Path
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more