Struct recursive_disassembler::BasicBlock
[−]
[src]
pub struct BasicBlock {
pub addr: u64,
pub size: usize,
pub term: Terminator,
}Fields
addr: u64
size: usize
term: Terminator
Methods
impl BasicBlock[src]
fn new(addr: u64) -> Self
fn successors(&self) -> Vec<u64>
Trait Implementations
impl Debug for BasicBlock[src]
impl Eq for BasicBlock[src]
impl PartialEq for BasicBlock[src]
fn eq(&self, __arg_0: &BasicBlock) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BasicBlock) -> bool
This method tests for !=.