Struct ffmpeg_sys_next::AVDVProfile
source · [−]#[repr(C)]pub struct AVDVProfile {Show 17 fields
pub dsf: c_int,
pub video_stype: c_int,
pub frame_size: c_int,
pub difseg_size: c_int,
pub n_difchan: c_int,
pub time_base: AVRational,
pub ltc_divisor: c_int,
pub height: c_int,
pub width: c_int,
pub sar: [AVRational; 2],
pub pix_fmt: AVPixelFormat,
pub bpm: c_int,
pub block_sizes: *const u8,
pub audio_stride: c_int,
pub audio_min_samples: [c_int; 3],
pub audio_samples_dist: [c_int; 5],
pub audio_shuffle: *const [u8; 9],
}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
sourceimpl Clone for AVDVProfile
impl Clone for AVDVProfile
sourcefn clone(&self) -> AVDVProfile
fn clone(&self) -> AVDVProfile
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 AVDVProfile
impl Debug for AVDVProfile
sourceimpl PartialEq<AVDVProfile> for AVDVProfile
impl PartialEq<AVDVProfile> for AVDVProfile
sourcefn eq(&self, other: &AVDVProfile) -> bool
fn eq(&self, other: &AVDVProfile) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVDVProfile) -> bool
fn ne(&self, other: &AVDVProfile) -> bool
This method tests for !=.
impl Copy for AVDVProfile
impl Eq for AVDVProfile
impl StructuralEq for AVDVProfile
impl StructuralPartialEq for AVDVProfile
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
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