PendingBasicBlockEdge in binaryninja::basic_block - Rust

Struct PendingBasicBlockEdge

Source

pub struct PendingBasicBlockEdge {
    pub branch_type: BranchType,
    pub target: u64,
    pub arch: CoreArchitecture,
    pub fallthrough: bool,
}

Fields§

§branch_type: BranchType§target: u64§arch: CoreArchitecture§fallthrough: bool

Auto Trait Implementations§

§

impl Freeze for PendingBasicBlockEdge

§

impl RefUnwindSafe for PendingBasicBlockEdge

§

impl Send for PendingBasicBlockEdge

§

impl Sync for PendingBasicBlockEdge

§

impl Unpin for PendingBasicBlockEdge

§

impl UnwindSafe for PendingBasicBlockEdge

Blanket Implementations§