[][src]Struct lyon_tess2::flattened_path::SubPath

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

An iterator over the points of a sub-path.

Implementations

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

pub fn points(&self) -> &'l [Point][src]

Returns a slice of the points of this sub-path.

pub fn is_closed(&self) -> bool[src]

Returns whether this sub-path is closed.

Auto Trait Implementations

impl<'l> RefUnwindSafe for SubPath<'l>[src]

impl<'l> Send for SubPath<'l>[src]

impl<'l> Sync for SubPath<'l>[src]

impl<'l> Unpin for SubPath<'l>[src]

impl<'l> UnwindSafe for SubPath<'l>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.