Enum vpx_sys::vp8_com_control_id [] [src]

#[repr(u32)]
pub enum vp8_com_control_id { VP8_SET_REFERENCE, VP8_COPY_REFERENCE, VP8_SET_POSTPROC, VP8_SET_DBG_COLOR_REF_FRAME, VP8_SET_DBG_COLOR_MB_MODES, VP8_SET_DBG_COLOR_B_MODES, VP8_SET_DBG_DISPLAY_MV, VP9_GET_REFERENCE, VP8_COMMON_CTRL_ID_MAX, VP8_DECODER_CTRL_ID_START, }

Variants

Trait Implementations

impl Debug for vp8_com_control_id
[src]

Formats the value using the given formatter.

impl Copy for vp8_com_control_id
[src]

impl Clone for vp8_com_control_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for vp8_com_control_id
[src]

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

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