[][src]Enum ffmpeg_sys_next::AVTimecodeFlag

#[repr(u32)]pub enum AVTimecodeFlag {
    AV_TIMECODE_FLAG_DROPFRAME,
    AV_TIMECODE_FLAG_24HOURSMAX,
    AV_TIMECODE_FLAG_ALLOWNEGATIVE,
}

Variants

AV_TIMECODE_FLAG_DROPFRAME

< timecode is drop frame

AV_TIMECODE_FLAG_24HOURSMAX

< timecode wraps after 24 hours

AV_TIMECODE_FLAG_ALLOWNEGATIVE

< negative time values are allowed

Trait Implementations

impl Clone for AVTimecodeFlag[src]

impl Copy for AVTimecodeFlag[src]

impl Debug for AVTimecodeFlag[src]

impl Eq for AVTimecodeFlag[src]

impl Hash for AVTimecodeFlag[src]

impl PartialEq<AVTimecodeFlag> for AVTimecodeFlag[src]

impl StructuralEq for AVTimecodeFlag[src]

impl StructuralPartialEq for AVTimecodeFlag[src]

Auto Trait Implementations

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.