Type Alias binaryninja::types::ILBranchDependence
source · pub type ILBranchDependence = BNILBranchDependence;
Aliased Type§
enum ILBranchDependence {
NotBranchDependent = 0,
TrueBranchDependent = 1,
FalseBranchDependent = 2,
}