Enum binutils::Error [] [src]

pub enum Error {
    BfdError(u32String),
    DisassembleInfoError(String),
    SectionError(String),
    CommonError(String),
    NulError(String),
    Utf8Error(Utf8Error),
    NullPointerError(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<NulError> for Error
[src]

[src]

Performs the conversion.

impl From<FromBytesWithNulError> for Error
[src]

[src]

Performs the conversion.

impl From<Utf8Error> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error