Struct rustc_ap_rustc_data_structures::graph::dominators::Dominators [−][src]
pub struct Dominators<N: Idx> { /* fields omitted */ }
Implementations
Provide deterministic ordering of nodes such that, if any two nodes have a dominator relationship, the dominator will always precede the dominated. (The relative ordering of two unrelated nodes will also be consistent, but otherwise the order has no meaning.) This method cannot be used to determine if either Node dominates the other.
Trait Implementations
Auto Trait Implementations
impl<N> RefUnwindSafe for Dominators<N> where
N: RefUnwindSafe,
impl<N> Send for Dominators<N> where
N: Send,
impl<N> Sync for Dominators<N> where
N: Sync,
impl<N> Unpin for Dominators<N> where
N: Unpin,
impl<N> UnwindSafe for Dominators<N> where
N: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V