Enum gifski::c_api::GifskiError [] [src]

#[repr(C)]
pub enum GifskiError { OK, NULL_ARG, INVALID_STATE, QUANT, GIF, THREAD_LOST, NOT_FOUND, PERMISSION_DENIED, ALREADY_EXISTS, INVALID_INPUT, TIMED_OUT, WRITE_ZERO, INTERRUPTED, UNEXPECTED_EOF, ABORTED, OTHER, }

Variants

Trait Implementations

impl Copy for GifskiError
[src]

impl Clone for GifskiError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GifskiError
[src]

[src]

Formats the value using the given formatter.

impl Eq for GifskiError
[src]

impl PartialEq for GifskiError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl From<CatResult<()>> for GifskiError
[src]

[src]

Performs the conversion.