Enum gimli::Error [] [src]

pub enum Error {
    BadUnsignedLeb128,
    BadSignedLeb128,
    AbbreviationCodeZero,
    UnknownTag,
    BadHasChildren,
    UnknownName,
    UnknownForm,
    ExpectedZero,
    DuplicateAbbreviationCode,
    UnknownReservedLength,
    UnknownVersion,
    UnitHeaderLengthTooShort,
    UnknownAbbreviation,
    UnexpectedEof,
}

TODO FITZGEN

Variants

BadUnsignedLeb128

TODO FITZGEN

BadSignedLeb128

TODO FITZGEN

AbbreviationCodeZero

TODO FITZGEN

UnknownTag

TODO FITZGEN

BadHasChildren

TODO FITZGEN

UnknownName

TODO FITZGEN

UnknownForm

TODO FITZGEN

ExpectedZero

TODO FITZGEN

DuplicateAbbreviationCode

TODO FITZGEN

UnknownReservedLength

TODO FITZGEN

UnknownVersion

TODO FITZGEN

UnitHeaderLengthTooShort

TODO FITZGEN

UnknownAbbreviation

TODO FITZGEN

UnexpectedEof

TODO FITZGEN

Trait Implementations

impl Eq for Error
[src]

impl PartialEq for Error
[src]

fn eq(&self, __arg_0: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Copy for Error
[src]

impl Clone for Error
[src]

fn clone(&self) -> Error

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.