TypeParserError in binaryninja::type_parser - Rust

Struct TypeParserError

Source

pub struct TypeParserError {
    pub severity: TypeParserErrorSeverity,
    pub message: String,
    pub file_name: String,
    pub line: u64,
    pub column: u64,
}

Fields§

§severity: TypeParserErrorSeverity§message: String§file_name: String§line: u64§column: u64

Implementations§

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for TypeParserError

§

impl RefUnwindSafe for TypeParserError

§

impl Send for TypeParserError

§

impl Sync for TypeParserError

§

impl Unpin for TypeParserError

§

impl UnwindSafe for TypeParserError

Blanket Implementations§