Enum libwebp_sys::VP8StatusCode [] [src]

#[repr(u32)]
pub enum VP8StatusCode { VP8_STATUS_OK, VP8_STATUS_OUT_OF_MEMORY, VP8_STATUS_INVALID_PARAM, VP8_STATUS_BITSTREAM_ERROR, VP8_STATUS_UNSUPPORTED_FEATURE, VP8_STATUS_SUSPENDED, VP8_STATUS_USER_ABORT, VP8_STATUS_NOT_ENOUGH_DATA, }

Variants

Trait Implementations

impl Debug for VP8StatusCode
[src]

[src]

Formats the value using the given formatter.

impl Copy for VP8StatusCode
[src]

impl Clone for VP8StatusCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VP8StatusCode
[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 Eq for VP8StatusCode
[src]

impl Hash for VP8StatusCode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more