Struct webrender_api::BuiltDisplayListDescriptor [] [src]

#[repr(C)]
pub struct BuiltDisplayListDescriptor { /* fields omitted */ }

Describes the memory layout of a display list.

A display list consists of some number of display list items, followed by a number of display items.

Trait Implementations

impl Copy for BuiltDisplayListDescriptor
[src]

impl Clone for BuiltDisplayListDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for BuiltDisplayListDescriptor
[src]

[src]

Returns the "default value" for a type. Read more