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]

[src]

Creates a Builder to create a path.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Path
[src]

[src]

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

[src]

impl Debug for Path
[src]

[src]