Struct ffmpeg_sys_next::RcOverride
source · #[repr(C)]pub struct RcOverride {
pub start_frame: c_int,
pub end_frame: c_int,
pub qscale: c_int,
pub quality_factor: f32,
}Expand description
@ingroup lavc_encoding
Fields§
§start_frame: c_int§end_frame: c_int§qscale: c_int§quality_factor: f32Trait Implementations§
source§impl Clone for RcOverride
impl Clone for RcOverride
source§fn clone(&self) -> RcOverride
fn clone(&self) -> RcOverride
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RcOverride
impl Debug for RcOverride
source§impl PartialEq<RcOverride> for RcOverride
impl PartialEq<RcOverride> for RcOverride
source§fn eq(&self, other: &RcOverride) -> bool
fn eq(&self, other: &RcOverride) -> bool
This method tests for
self and other values to be equal, and is used
by ==.