Struct disassemble::SimpleLoop [] [src]

pub struct SimpleLoop<'lsg> {
    pub basic_blocks: Vec<NodeIndex>,
    pub children: Vec<&'lsg SimpleLoop<'lsg>>,
    pub counter: usize,
    pub header: Option<NodeIndex>,
    pub is_root: bool,
    pub is_reducible: bool,
    pub nesting_level: usize,
    pub depth_level: usize,
}

Fields

Methods

impl<'lsg> SimpleLoop<'lsg>
[src]

[src]

Trait Implementations

impl<'lsg> Debug for SimpleLoop<'lsg>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'lsg> Default for SimpleLoop<'lsg>
[src]

[src]

Returns the "default value" for a type. Read more