Enum libwebp_sys::WEBP_CSP_MODE [] [src]

#[repr(u32)]
pub enum WEBP_CSP_MODE { MODE_RGB, MODE_RGBA, MODE_BGR, MODE_BGRA, MODE_ARGB, MODE_RGBA_4444, MODE_RGB_565, MODE_rgbA, MODE_bgrA, MODE_Argb, MODE_rgbA_4444, MODE_YUV, MODE_YUVA, MODE_LAST, }

Variants

Trait Implementations

impl Debug for WEBP_CSP_MODE
[src]

[src]

Formats the value using the given formatter.

impl Copy for WEBP_CSP_MODE
[src]

impl Clone for WEBP_CSP_MODE
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for WEBP_CSP_MODE
[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