Struct conrod::render::WalkOwnedPrimitives
[−]
[src]
pub struct WalkOwnedPrimitives<'a> { /* fields omitted */ }An iterator-like type for yielding Primitives from an OwnedPrimitives.
Methods
impl<'a> WalkOwnedPrimitives<'a>[src]
pub fn next(&mut self) -> Option<Primitive>[src]
Yield the next Primitive in order or rendering depth, bottom to top.
Trait Implementations
impl<'a> PrimitiveWalker for WalkOwnedPrimitives<'a>[src]
fn next_primitive(&mut self) -> Option<Primitive>[src]
Yield the next Primitive in order of depth, bottom to top.