[][src]Enum stainless_ffmpeg_sys::AVCRCId

#[repr(u32)]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_8_EBU,
    AV_CRC_MAX,
}

Variants

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_8_EBU
AV_CRC_MAX

Trait Implementations

impl Clone for AVCRCId[src]

impl Copy for AVCRCId[src]

impl Debug for AVCRCId[src]

impl Eq for AVCRCId[src]

impl Hash for AVCRCId[src]

impl PartialEq<AVCRCId> for AVCRCId[src]

impl StructuralEq for AVCRCId[src]

impl StructuralPartialEq for AVCRCId[src]

Auto Trait Implementations

impl RefUnwindSafe for AVCRCId

impl Send for AVCRCId

impl Sync for AVCRCId

impl Unpin for AVCRCId

impl UnwindSafe for AVCRCId

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.