[][src]Struct makepad_font::outline::Commands

pub struct Commands<'a> { /* fields omitted */ }

Returns an iterator over the path commands that correspond to an outline.

Trait Implementations

impl<'a> Clone for Commands<'a>[src]

impl<'a> Debug for Commands<'a>[src]

impl<'a> InternalIterator for Commands<'a>[src]

type Item = PathCommand

Auto Trait Implementations

impl<'a> Send for Commands<'a>

impl<'a> Sync for Commands<'a>

impl<'a> Unpin for Commands<'a>

impl<'a> UnwindSafe for Commands<'a>

impl<'a> RefUnwindSafe for Commands<'a>

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

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.

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

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

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

impl<I> InternalIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

impl<I> IntoInternalIterator for I where
    I: InternalIterator
[src]

type Item = <I as InternalIterator>::Item

type IntoInternalIter = I

impl<I> PathIterator for I where
    I: InternalIterator<Item = PathCommand>, 
[src]