Struct rustc_data_structures::control_flow_graph::dominators::DominatorTree [] [src]

pub struct DominatorTree<N: Idx> { /* fields omitted */ }

Methods

impl<Node: Idx> DominatorTree<Node>
[src]

Important traits for &'a mut [u8]
[src]

Trait Implementations

impl<Node: Idx> Debug for DominatorTree<Node>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<N> Send for DominatorTree<N> where
    N: Send

impl<N> Sync for DominatorTree<N> where
    N: Sync