Struct unwind::Error [] [src]

pub struct Error(_);

An error returned from libunwind.

Methods

impl Error
[src]

UNSPEC: Error = Error(-UNW_EUNSPEC)

Unspecified error.

NOMEM: Error = Error(-UNW_ENOMEM)

Out of memory.

BADREG: Error = Error(-UNW_EBADREG)

Bad register number.

READONLYREG: Error = Error(-UNW_EREADONLYREG)

Attempt to write read-only register.

STOPUNWIND: Error = Error(-UNW_ESTOPUNWIND)

Stop unwinding.

INVALIDIP: Error = Error(-UNW_EINVALIDIP)

Invalid IP.

BADFRAME: Error = Error(-UNW_EBADFRAME)

Bad frame.

INVAL: Error = Error(-UNW_EINVAL)

Unsupported operation or bad value.

BADVERSION: Error = Error(-UNW_EBADVERSION)

Unwind info has unsupported value.

NOINFO: Error = Error(-UNW_ENOINFO)

No unwind info found.

Trait Implementations

impl Copy for Error
[src]

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Error
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Error
[src]

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more