CodeReference in binaryninja::references - Rust

Struct CodeReference

Source

pub struct CodeReference {
    pub arch: Option<CoreArchitecture>,
    pub func: Option<Ref<Function>>,
    pub address: u64,
}
Expand description

A struct representing a single code cross-reference.

Fields§

§arch: Option<CoreArchitecture>§func: Option<Ref<Function>>§address: u64

Implementations§

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for CodeReference

§

impl RefUnwindSafe for CodeReference

§

impl Send for CodeReference

§

impl Sync for CodeReference

§

impl Unpin for CodeReference

§

impl UnwindSafe for CodeReference

Blanket Implementations§