Struct rustc_data_structures::graph::dominators::Dominators[][src]

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

Methods

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

Important traits for Iter<'dom, Node>

Trait Implementations

impl<N: Clone + Idx> Clone for Dominators<N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Debug + Idx> Debug for Dominators<N>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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