binaryninja::type_parser

Type Alias TypeParserOption

source
pub type TypeParserOption = BNTypeParserOption;

Aliased Type§

enum TypeParserOption {
    IncludeSystemTypes = 0,
    BuiltinMacros = 1,
}

Variants§

§

IncludeSystemTypes = 0

§

BuiltinMacros = 1