pub struct DisplayList {
pub rectangles: NodeDataContainer<DisplayRectangle>,
}
Fields§
§rectangles: NodeDataContainer<DisplayRectangle>
Implementations§
Source§impl DisplayList
impl DisplayList
Sourcepub fn new(ui_description: &UiDescription, ui_state: &UiState) -> Self
pub fn new(ui_description: &UiDescription, ui_state: &UiState) -> Self
NOTE: This function assumes that the UiDescription has an initialized arena
Auto Trait Implementations§
impl Freeze for DisplayList
impl RefUnwindSafe for DisplayList
impl Send for DisplayList
impl Sync for DisplayList
impl Unpin 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