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