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,
pub loopfilter_ctrl: [c_int; 12],
}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_int§loopfilter_ctrl: [c_int; 12]Trait Implementations§
source§impl Clone for vpx_svc_parameters
impl Clone for vpx_svc_parameters
source§fn clone(&self) -> vpx_svc_parameters
fn clone(&self) -> vpx_svc_parameters
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 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more