BNConstantReference in binaryninjacore_sys - Rust

Struct BNConstantReference

Source

#[repr(C)]

pub struct BNConstantReference { pub value: i64, pub size: usize, pub pointer: bool, pub intermediate: bool, }

Fields§

§value: i64§size: usize§pointer: bool§intermediate: bool

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for BNConstantReference

§

impl RefUnwindSafe for BNConstantReference

§

impl Send for BNConstantReference

§

impl Sync for BNConstantReference

§

impl Unpin for BNConstantReference

§

impl UnwindSafe for BNConstantReference

Blanket Implementations§