Struct capstone_rust::capstone::CsErr [] [src]

pub struct CsErr { /* fields omitted */ }

Rust-friendly error wrapper over Capstone's low-level cs_err.

Methods

impl CsErr
[src]

[src]

Create a Capstone error from a low-level cs_err code.

[src]

Get the low-level cr_err code.

Trait Implementations

impl Debug for CsErr
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CsErr
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CsErr
[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

Auto Trait Implementations

impl Send for CsErr

impl Sync for CsErr