Struct move_stackless_bytecode::graph::NaturalLoop
source · [−]pub struct NaturalLoop<T: Ord + Copy + Debug> {
pub loop_header: T,
pub loop_latch: T,
pub loop_body: BTreeSet<T>,
}
Fields
loop_header: T
loop_latch: T
loop_body: BTreeSet<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for NaturalLoop<T> where
T: RefUnwindSafe,
impl<T> Send for NaturalLoop<T> where
T: Send,
impl<T> Sync for NaturalLoop<T> where
T: Sync,
impl<T> Unpin for NaturalLoop<T> where
T: Unpin,
impl<T> UnwindSafe for NaturalLoop<T> where
T: UnwindSafe + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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