Struct AVDOVIDmLevel2
#[repr(C)]pub struct AVDOVIDmLevel2 {
pub target_max_pq: u16,
pub trim_slope: u16,
pub trim_offset: u16,
pub trim_power: u16,
pub trim_chroma_weight: u16,
pub trim_saturation_gain: u16,
pub ms_weight: i16,
}
Fields§
§target_max_pq: u16
§trim_slope: u16
§trim_offset: u16
§trim_power: u16
§trim_chroma_weight: u16
§trim_saturation_gain: u16
§ms_weight: i16
Trait Implementations§
§impl Clone for AVDOVIDmLevel2
impl Clone for AVDOVIDmLevel2
§fn clone(&self) -> AVDOVIDmLevel2
fn clone(&self) -> AVDOVIDmLevel2
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§impl Debug for AVDOVIDmLevel2
impl Debug for AVDOVIDmLevel2
impl Copy for AVDOVIDmLevel2
Auto Trait Implementations§
impl Freeze for AVDOVIDmLevel2
impl RefUnwindSafe for AVDOVIDmLevel2
impl Send for AVDOVIDmLevel2
impl Sync for AVDOVIDmLevel2
impl Unpin for AVDOVIDmLevel2
impl UnwindSafe for AVDOVIDmLevel2
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