Struct ffmpeg_sys_next::AVStream__bindgen_ty_1
source · [−]#[repr(C)]pub struct AVStream__bindgen_ty_1 {Show 14 fields
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_intTrait Implementations
sourceimpl Clone for AVStream__bindgen_ty_1
impl Clone for AVStream__bindgen_ty_1
sourcefn clone(&self) -> AVStream__bindgen_ty_1
fn clone(&self) -> AVStream__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVStream__bindgen_ty_1
impl Debug for AVStream__bindgen_ty_1
sourceimpl PartialEq<AVStream__bindgen_ty_1> for AVStream__bindgen_ty_1
impl PartialEq<AVStream__bindgen_ty_1> for AVStream__bindgen_ty_1
sourcefn eq(&self, other: &AVStream__bindgen_ty_1) -> bool
fn eq(&self, other: &AVStream__bindgen_ty_1) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVStream__bindgen_ty_1) -> bool
fn ne(&self, other: &AVStream__bindgen_ty_1) -> bool
This method tests for !=.
impl Copy for AVStream__bindgen_ty_1
impl Eq for AVStream__bindgen_ty_1
impl StructuralEq for AVStream__bindgen_ty_1
impl StructuralPartialEq for AVStream__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for AVStream__bindgen_ty_1
impl !Send for AVStream__bindgen_ty_1
impl !Sync for AVStream__bindgen_ty_1
impl Unpin for AVStream__bindgen_ty_1
impl UnwindSafe for AVStream__bindgen_ty_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more