Struct webrender_api::display_list::DisplayListCapture
source · struct DisplayListCapture {
display_items: Vec<DebugDisplayItem>,
spatial_tree_items: Vec<SpatialTreeItem>,
descriptor: BuiltDisplayListDescriptor,
}
Expand description
A debug (human-readable) representation of a built display list that can be used for capture and replay.
Fields§
§display_items: Vec<DebugDisplayItem>
§spatial_tree_items: Vec<SpatialTreeItem>
§descriptor: BuiltDisplayListDescriptor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayListCapture
impl RefUnwindSafe for DisplayListCapture
impl Send for DisplayListCapture
impl Sync for DisplayListCapture
impl Unpin for DisplayListCapture
impl UnwindSafe for DisplayListCapture
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more