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
basic_blocks: Vec<NodeIndex>
children: Vec<&'lsg SimpleLoop<'lsg>>
counter: usize
header: Option<NodeIndex>
is_root: bool
is_reducible: bool
nesting_level: usize
depth_level: usize
Methods
impl<'lsg> SimpleLoop<'lsg>
[src]
Trait Implementations
impl<'lsg> Debug for SimpleLoop<'lsg>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'lsg> Default for SimpleLoop<'lsg>
[src]
fn default() -> SimpleLoop<'lsg>
[src]
Returns the "default value" for a type. Read more