Struct vpx_sys::vp8_postproc_cfg
source · #[repr(C)]pub struct vp8_postproc_cfg {
pub post_proc_flag: c_int,
pub deblocking_level: c_int,
pub noise_level: c_int,
}Fields§
§post_proc_flag: c_int§deblocking_level: c_int§noise_level: c_intTrait Implementations§
source§impl Clone for vp8_postproc_cfg
impl Clone for vp8_postproc_cfg
source§fn clone(&self) -> vp8_postproc_cfg
fn clone(&self) -> vp8_postproc_cfg
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 more