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_intend_frame: c_intqscale: c_intquality_factor: f32Trait Implementations
sourceimpl Clone for RcOverride
impl Clone for RcOverride
sourcefn clone(&self) -> RcOverride
fn clone(&self) -> RcOverride
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 RcOverride
impl Debug for RcOverride
sourceimpl PartialEq<RcOverride> for RcOverride
impl PartialEq<RcOverride> for RcOverride
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &RcOverride) -> bool
fn ne(&self, other: &RcOverride) -> bool
This method tests for !=.
impl Copy for RcOverride
impl StructuralPartialEq for RcOverride
Auto Trait Implementations
impl RefUnwindSafe for RcOverride
impl Send for RcOverride
impl Sync for RcOverride
impl Unpin for RcOverride
impl UnwindSafe for RcOverride
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