Enum vpx_sys::vp8_dec_control_id [] [src]

#[repr(u32)]
pub enum vp8_dec_control_id { VP8D_GET_LAST_REF_UPDATES, VP8D_GET_FRAME_CORRUPTED, VP8D_GET_LAST_REF_USED, VPXD_SET_DECRYPTOR, VP9D_GET_FRAME_SIZE, VP9D_GET_DISPLAY_SIZE, VP9D_GET_BIT_DEPTH, VP9_SET_BYTE_ALIGNMENT, VP9_INVERT_TILE_DECODE_ORDER, VP9_SET_SKIP_LOOP_FILTER, VP9_DECODE_SVC_SPATIAL_LAYER, VP8_DECODER_CTRL_ID_MAX, }

Variants

Trait Implementations

impl Debug for vp8_dec_control_id
[src]

Formats the value using the given formatter.

impl Copy for vp8_dec_control_id
[src]

impl Clone for vp8_dec_control_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for vp8_dec_control_id
[src]

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

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