BNPointerBaseType in binaryninjacore_sys - Rust

Enum BNPointerBaseType

Source

#[repr(u32)]

pub enum BNPointerBaseType { AbsolutePointerBaseType = 0, RelativeToConstantPointerBaseType = 1, RelativeToBinaryStartPointerBaseType = 2, RelativeToVariableAddressPointerBaseType = 3, }

Variants§

§

AbsolutePointerBaseType = 0

§

RelativeToConstantPointerBaseType = 1

§

RelativeToBinaryStartPointerBaseType = 2

§

RelativeToVariableAddressPointerBaseType = 3

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for BNPointerBaseType

§

impl RefUnwindSafe for BNPointerBaseType

§

impl Send for BNPointerBaseType

§

impl Sync for BNPointerBaseType

§

impl Unpin for BNPointerBaseType

§

impl UnwindSafe for BNPointerBaseType

Blanket Implementations§