#[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 duplicate 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 Freeze for vpx_svc_parameters
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