TypeParserResult in binaryninja::type_parser - Rust

Struct TypeParserResult

Source

pub struct TypeParserResult {
    pub types: Vec<ParsedType>,
    pub variables: Vec<ParsedType>,
    pub functions: Vec<ParsedType>,
}

Fields§

§types: Vec<ParsedType>§variables: Vec<ParsedType>§functions: Vec<ParsedType>

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for TypeParserResult

§

impl RefUnwindSafe for TypeParserResult

§

impl Send for TypeParserResult

§

impl Sync for TypeParserResult

§

impl Unpin for TypeParserResult

§

impl UnwindSafe for TypeParserResult

Blanket Implementations§