Struct concoct::view::layout_context::LayoutContext
source · pub struct LayoutContext {
pub taffy: Taffy,
pub children: Vec<Node>,
pub root: Node,
pub keys: HashMap<Node, Id>,
}
Fields§
§taffy: Taffy
§children: Vec<Node>
§root: Node
§keys: HashMap<Node, Id>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LayoutContext
impl Send for LayoutContext
impl Sync for LayoutContext
impl Unpin for LayoutContext
impl !UnwindSafe for LayoutContext
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