ILBranchDependence in binaryninja - Rust

Enum ILBranchDependence

Source

#[repr(u32)]

pub enum ILBranchDependence { NotBranchDependent = 0, TrueBranchDependent = 1, FalseBranchDependent = 2, }

Variants§

§

NotBranchDependent = 0

§

TrueBranchDependent = 1

§

FalseBranchDependent = 2

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for BNILBranchDependence

§

impl RefUnwindSafe for BNILBranchDependence

§

impl Send for BNILBranchDependence

§

impl Sync for BNILBranchDependence

§

impl Unpin for BNILBranchDependence

§

impl UnwindSafe for BNILBranchDependence

Blanket Implementations§