Struct lodepng::ffi::Error [] [src]

#[repr(C)]
pub struct Error(pub c_uint);

Methods

impl Error
[src]

Returns an English description of the numerical error code.

impl Error
[src]

Helper function for the library

Trait Implementations

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter.

impl Error for Error
[src]

A short description of the error. Read more

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