Struct nuklear::DrawCommandIterator[][src]

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

Trait Implementations

impl<'a> IntoIterator for DrawCommandIterator<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> !Send for DrawCommandIterator<'a>

impl<'a> !Sync for DrawCommandIterator<'a>