pub struct ComputedLayout {
pub rects: HashMap<NodeId, Rect>,
}Expand description
Resultado de LayoutTree::compute: rect absoluto por nodo del árbol.
Fields§
§rects: HashMap<NodeId, Rect>Implementations§
Trait Implementations§
Source§impl Debug for ComputedLayout
impl Debug for ComputedLayout
Source§impl Default for ComputedLayout
impl Default for ComputedLayout
Source§fn default() -> ComputedLayout
fn default() -> ComputedLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComputedLayout
impl RefUnwindSafe for ComputedLayout
impl Send for ComputedLayout
impl Sync for ComputedLayout
impl Unpin for ComputedLayout
impl UnsafeUnpin for ComputedLayout
impl UnwindSafe for ComputedLayout
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