binaryninja::disassembly

Type Alias StringType

source
pub type StringType = BNStringType;

Aliased Type§

enum StringType {
    AsciiString = 0,
    Utf16String = 1,
    Utf32String = 2,
    Utf8String = 3,
}

Variants§

§

AsciiString = 0

§

Utf16String = 1

§

Utf32String = 2

§

Utf8String = 3

Trait Implementations

source§

impl Clone for BNStringType

source§

fn clone(&self) -> BNStringType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BNStringType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Hash for BNStringType

source§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for BNStringType

source§

fn eq(&self, other: &BNStringType) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for BNStringType

source§

impl Eq for BNStringType

source§

impl StructuralPartialEq for BNStringType