[−][src]Struct ffav_sys::AVDVProfile
Fields
dsf: c_intvideo_stype: c_intframe_size: c_intdifseg_size: c_intn_difchan: c_inttime_base: AVRationalltc_divisor: c_intheight: c_intwidth: c_intsar: [AVRational; 2]pix_fmt: AVPixelFormatbpm: c_intblock_sizes: *const u8audio_stride: c_intaudio_min_samples: [c_int; 3]audio_samples_dist: [c_int; 5]audio_shuffle: *const [u8; 9]Trait Implementations
impl Clone for AVDVProfile[src]
fn clone(&self) -> AVDVProfile[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AVDVProfile[src]
impl Debug for AVDVProfile[src]
impl Eq for AVDVProfile[src]
impl PartialEq<AVDVProfile> for AVDVProfile[src]
fn eq(&self, other: &AVDVProfile) -> bool[src]
fn ne(&self, other: &AVDVProfile) -> bool[src]
impl StructuralEq for AVDVProfile[src]
impl StructuralPartialEq for AVDVProfile[src]
Auto Trait Implementations
impl RefUnwindSafe for AVDVProfile
impl !Send for AVDVProfile
impl !Sync for AVDVProfile
impl Unpin for AVDVProfile
impl UnwindSafe for AVDVProfile
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>,