pub struct LoopTree {
pub loops: HashMap<LoopLevelId, LoopNode>,
pub top_level: Vec<LoopLevelId>,
}Expand description
Loop tree
Fields§
§loops: HashMap<LoopLevelId, LoopNode>§top_level: Vec<LoopLevelId>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopTree
impl RefUnwindSafe for LoopTree
impl Send for LoopTree
impl Sync for LoopTree
impl Unpin for LoopTree
impl UnsafeUnpin for LoopTree
impl UnwindSafe for LoopTree
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