[][src]Struct ffmpeg_sys_next::AVStream__bindgen_ty_1

#[repr(C)]pub struct AVStream__bindgen_ty_1 {
    pub last_dts: i64,
    pub duration_gcd: i64,
    pub duration_count: c_int,
    pub rfps_duration_sum: i64,
    pub duration_error: *mut [[f64; 399]; 2],
    pub codec_info_duration: i64,
    pub codec_info_duration_fields: i64,
    pub frame_delay_evidence: c_int,
    pub found_decoder: c_int,
    pub last_duration: i64,
    pub fps_first_dts: i64,
    pub fps_first_dts_idx: c_int,
    pub fps_last_dts: i64,
    pub fps_last_dts_idx: c_int,
}

Fields

last_dts: i64duration_gcd: i64duration_count: c_intrfps_duration_sum: i64duration_error: *mut [[f64; 399]; 2]codec_info_duration: i64codec_info_duration_fields: i64frame_delay_evidence: c_intfound_decoder: c_intlast_duration: i64fps_first_dts: i64fps_first_dts_idx: c_intfps_last_dts: i64fps_last_dts_idx: c_int

Trait Implementations

impl Clone for AVStream__bindgen_ty_1[src]

impl Copy for AVStream__bindgen_ty_1[src]

impl Debug for AVStream__bindgen_ty_1[src]

impl Eq for AVStream__bindgen_ty_1[src]

impl PartialEq<AVStream__bindgen_ty_1> for AVStream__bindgen_ty_1[src]

impl StructuralEq for AVStream__bindgen_ty_1[src]

impl StructuralPartialEq for AVStream__bindgen_ty_1[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.