Struct vpx_sys::vp8_postproc_cfg [] [src]

#[repr(C)]
pub struct vp8_postproc_cfg { pub post_proc_flag: c_int, pub deblocking_level: c_int, pub noise_level: c_int, }

Fields

Trait Implementations

impl Debug for vp8_postproc_cfg
[src]

Formats the value using the given formatter.

impl Copy for vp8_postproc_cfg
[src]

impl Clone for vp8_postproc_cfg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more