[−][src]Struct ffav_sys::AVStream__bindgen_ty_1
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
impl Clone for AVStream__bindgen_ty_1[src]
fn clone(&self) -> AVStream__bindgen_ty_1[src]
fn clone_from(&mut self, source: &Self)1.0.0[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]
fn eq(&self, other: &AVStream__bindgen_ty_1) -> bool[src]
fn ne(&self, other: &AVStream__bindgen_ty_1) -> bool[src]
impl StructuralEq for AVStream__bindgen_ty_1[src]
impl StructuralPartialEq for AVStream__bindgen_ty_1[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,