Struct bytecode::loop_analysis::LoopAnnotation
source · pub struct LoopAnnotation {
pub fat_loops: BTreeMap<Label, FatLoop>,
}
Fields§
§fat_loops: BTreeMap<Label, FatLoop>
Trait Implementations§
source§impl Clone for LoopAnnotation
impl Clone for LoopAnnotation
source§fn clone(&self) -> LoopAnnotation
fn clone(&self) -> LoopAnnotation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more