pub struct TbaaTree {
pub nodes: HashMap<String, TbaaTypeNode>,
}Expand description
TBAA tree (type hierarchy for alias analysis)
Fields§
§nodes: HashMap<String, TbaaTypeNode>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TbaaTree
impl RefUnwindSafe for TbaaTree
impl Send for TbaaTree
impl Sync for TbaaTree
impl Unpin for TbaaTree
impl UnsafeUnpin for TbaaTree
impl UnwindSafe for TbaaTree
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