pub struct DisplayList {
pub ops: Vec<DisplayOp>,
pub bounds: LayoutRect,
}Fields§
§ops: Vec<DisplayOp>§bounds: LayoutRectImplementations§
Source§impl DisplayList
impl DisplayList
Trait Implementations§
Source§impl Clone for DisplayList
impl Clone for DisplayList
Source§fn clone(&self) -> DisplayList
fn clone(&self) -> DisplayList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DisplayList
impl Debug for DisplayList
Source§impl<'de> Deserialize<'de> for DisplayList
impl<'de> Deserialize<'de> for DisplayList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DisplayList
impl PartialEq for DisplayList
Source§fn eq(&self, other: &DisplayList) -> bool
fn eq(&self, other: &DisplayList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DisplayList
impl Serialize for DisplayList
impl StructuralPartialEq for DisplayList
Auto Trait Implementations§
impl Freeze for DisplayList
impl RefUnwindSafe for DisplayList
impl Send for DisplayList
impl Sync for DisplayList
impl Unpin for DisplayList
impl UnsafeUnpin for DisplayList
impl UnwindSafe for DisplayList
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