Enum vpx_sys::vpx_img_fmt [] [src]

#[repr(u32)]
pub enum vpx_img_fmt { VPX_IMG_FMT_NONE, VPX_IMG_FMT_RGB24, VPX_IMG_FMT_RGB32, VPX_IMG_FMT_RGB565, VPX_IMG_FMT_RGB555, VPX_IMG_FMT_UYVY, VPX_IMG_FMT_YUY2, VPX_IMG_FMT_YVYU, VPX_IMG_FMT_BGR24, VPX_IMG_FMT_RGB32_LE, VPX_IMG_FMT_ARGB, VPX_IMG_FMT_ARGB_LE, VPX_IMG_FMT_RGB565_LE, VPX_IMG_FMT_RGB555_LE, VPX_IMG_FMT_YV12, VPX_IMG_FMT_I420, VPX_IMG_FMT_VPXYV12, VPX_IMG_FMT_VPXI420, VPX_IMG_FMT_I422, VPX_IMG_FMT_I444, VPX_IMG_FMT_I440, VPX_IMG_FMT_444A, VPX_IMG_FMT_I42016, VPX_IMG_FMT_I42216, VPX_IMG_FMT_I44416, VPX_IMG_FMT_I44016, }

Variants

Trait Implementations

impl Debug for vpx_img_fmt
[src]

Formats the value using the given formatter.

impl Copy for vpx_img_fmt
[src]

impl Clone for vpx_img_fmt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for vpx_img_fmt
[src]

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

This method tests for !=.

impl Eq for vpx_img_fmt
[src]

impl Hash for vpx_img_fmt
[src]

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

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