NamedDataVariableWithType in binaryninja::variable - Rust

Struct NamedDataVariableWithType

Source

pub struct NamedDataVariableWithType {
    pub address: u64,
    pub ty: Conf<Ref<Type>>,
    pub name: String,
    pub auto_discovered: bool,
}

Fields§

§address: u64§ty: Conf<Ref<Type>>§name: String§auto_discovered: bool

Implementations§

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for NamedDataVariableWithType

§

impl RefUnwindSafe for NamedDataVariableWithType

§

impl Send for NamedDataVariableWithType

§

impl Sync for NamedDataVariableWithType

§

impl Unpin for NamedDataVariableWithType

§

impl UnwindSafe for NamedDataVariableWithType

Blanket Implementations§