Struct lyon_path::PathSlice [] [src]

pub struct PathSlice<'l> { /* fields omitted */ }

Methods

impl<'l> PathSlice<'l>
[src]

An immutable view over a Path.

Trait Implementations

impl<'l> Copy for PathSlice<'l>
[src]

impl<'l> Clone for PathSlice<'l>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'l> Debug for PathSlice<'l>
[src]

Formats the value using the given formatter.