#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vp8_postproc_cfg
Auto Trait Implementations§
impl Freeze for vp8_postproc_cfg
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 UnsafeUnpin for vp8_postproc_cfg
impl UnwindSafe for vp8_postproc_cfg
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