Enum azul_webrender_api::DisplayListSection[][src]

pub enum DisplayListSection {
    Data,
    ExtraData,
    Chunk,
}
Expand description

DisplayListSection determines the target buffer for the display items.

Variants

Data

The main/default buffer: contains item data and item group markers.

ExtraData

Auxiliary buffer: contains the item data for item groups.

Chunk

Temporary buffer: contains the data for pending item group. Flushed to one of the buffers above, after item grouping finishes.

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.