pub struct LiveExpanded {
pub nodes: Vec<LiveNode, Global>,
}
Fields§
§nodes: Vec<LiveNode, Global>
Implementations§
§impl LiveExpanded
impl LiveExpanded
pub fn new() -> LiveExpanded
pub fn resolve_ptr(&self, index: usize) -> &LiveNode
Trait Implementations§
§impl Default for LiveExpanded
impl Default for LiveExpanded
§fn default() -> LiveExpanded
fn default() -> LiveExpanded
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LiveExpanded
impl !Send for LiveExpanded
impl !Sync for LiveExpanded
impl Unpin for LiveExpanded
impl UnwindSafe for LiveExpanded
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