Struct vpx_sys::vpx_svc_parameters
source · [−]#[repr(C)]pub struct vpx_svc_parameters {
pub max_quantizers: [c_int; 12],
pub min_quantizers: [c_int; 12],
pub scaling_factor_num: [c_int; 12],
pub scaling_factor_den: [c_int; 12],
pub speed_per_layer: [c_int; 12],
pub temporal_layering_mode: c_int,
}Fields
max_quantizers: [c_int; 12]min_quantizers: [c_int; 12]scaling_factor_num: [c_int; 12]scaling_factor_den: [c_int; 12]speed_per_layer: [c_int; 12]temporal_layering_mode: c_intTrait Implementations
sourceimpl Clone for vpx_svc_parameters
impl Clone for vpx_svc_parameters
sourcefn clone(&self) -> vpx_svc_parameters
fn clone(&self) -> vpx_svc_parameters
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 vpx_svc_parameters
impl Debug for vpx_svc_parameters
impl Copy for vpx_svc_parameters
Auto Trait Implementations
impl RefUnwindSafe for vpx_svc_parameters
impl Send for vpx_svc_parameters
impl Sync for vpx_svc_parameters
impl Unpin for vpx_svc_parameters
impl UnwindSafe for vpx_svc_parameters
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