VariableSourceType in binaryninja::variable - Rust

Type Alias VariableSourceType

Source

pub type VariableSourceType = BNVariableSourceType;

Aliased Type§

#[repr(u32)]

pub enum VariableSourceType { StackVariableSourceType = 0, RegisterVariableSourceType = 1, FlagVariableSourceType = 2, }

Variants§

§

StackVariableSourceType = 0

§

RegisterVariableSourceType = 1

§

FlagVariableSourceType = 2