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_intdeblocking_level: c_intnoise_level: c_intTrait Implementations
sourceimpl Clone for vp8_postproc_cfg
impl Clone for vp8_postproc_cfg
sourcefn clone(&self) -> vp8_postproc_cfg
fn clone(&self) -> vp8_postproc_cfg
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 vp8_postproc_cfg
impl Debug for vp8_postproc_cfg
impl Copy for vp8_postproc_cfg
Auto Trait Implementations
impl RefUnwindSafe for vp8_postproc_cfg
impl Send for vp8_postproc_cfg
impl Sync for vp8_postproc_cfg
impl Unpin for vp8_postproc_cfg
impl UnwindSafe for vp8_postproc_cfg
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