Type Alias pax_runtime::rendering::InstanceNodePtrList
source · pub type InstanceNodePtrList = RefCell<Vec<InstanceNodePtr>>;Aliased Type§
struct InstanceNodePtrList {
pub ref_cell: RefCell<Vec<Rc<dyn InstanceNode>>>,
pub last_borrow_context: Cell<&'static str>,
}Fields§
§ref_cell: RefCell<Vec<Rc<dyn InstanceNode>>>§last_borrow_context: Cell<&'static str>