Struct azul_webrender_api::BuiltDisplayListIter[][src]

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

Implementations

Gets the next display item, even if it’s a dummy. Also doesn’t handle peeking and may leave irrelevant ranges live (so a Clip may have GradientStops if for some reason you ask).

Get the debug stats for what this iterator has deserialized. Should always be empty in release builds.

Adds the debug stats from another to our own, assuming we are a sub-iter of the other (so we can ignore where they were in the traversal).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.