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]
fn clone(&self) -> BuiltDisplayListDescriptor
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Default for BuiltDisplayListDescriptor
[src]
fn default() -> BuiltDisplayListDescriptor
[src]
Returns the "default value" for a type. Read more