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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more