Struct rustc_data_structures::graph::dominators::PreOrderFrame
source · [−]struct PreOrderFrame<Iter> {
pre_order_idx: PreorderIndex,
iter: Iter,
}
Fields
pre_order_idx: PreorderIndex
iter: Iter
Auto Trait Implementations
impl<Iter> RefUnwindSafe for PreOrderFrame<Iter>where
Iter: RefUnwindSafe,
impl<Iter> Send for PreOrderFrame<Iter>where
Iter: Send,
impl<Iter> Sync for PreOrderFrame<Iter>where
Iter: Sync,
impl<Iter> Unpin for PreOrderFrame<Iter>where
Iter: Unpin,
impl<Iter> UnwindSafe for PreOrderFrame<Iter>where
Iter: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.