Struct lyon_path::PathSlice
[−]
[src]
pub struct PathSlice<'l> { /* fields omitted */ }Methods
impl<'l> PathSlice<'l>[src]
An immutable view over a Path.
fn new(points: &'l [Point], verbs: &'l [Verb]) -> PathSlice<'l>
fn iter(&self) -> PathIter
fn path_iter(&self) -> PathStateIter<PathIter>
fn points(&self) -> &[Point]
fn verbs(&self) -> &[Verb]
Trait Implementations
impl<'l> Copy for PathSlice<'l>[src]
impl<'l> Clone for PathSlice<'l>[src]
fn clone(&self) -> PathSlice<'l>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more