Enum ffmpeg_sys::AVCRCId [] [src]

pub enum AVCRCId {
    AV_CRC_8_ATM,
    AV_CRC_16_ANSI,
    AV_CRC_16_CCITT,
    AV_CRC_32_IEEE,
    AV_CRC_32_IEEE_LE,
    AV_CRC_16_ANSI_LE,
    AV_CRC_24_IEEE,
    AV_CRC_MAX,
}

Variants

AV_CRC_8_ATMAV_CRC_16_ANSIAV_CRC_16_CCITTAV_CRC_32_IEEEAV_CRC_32_IEEE_LEAV_CRC_16_ANSI_LEAV_CRC_24_IEEEAV_CRC_MAX

Trait Implementations

impl Debug for AVCRCId
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for AVCRCId
[src]

fn clone(&self) -> AVCRCId

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for AVCRCId
[src]

impl PartialEq for AVCRCId
[src]

fn eq(&self, __arg_0: &AVCRCId) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVCRCId
[src]