pub struct DolbyVideoBlockV2 {Show 16 fields
pub yuv422_12bit: bool,
pub global_dimming: bool,
pub dynamic_metadata_version: i32,
pub backlight_control: bool,
pub backlight_luminance_min: f64,
pub mode_standard: bool,
pub mode_low_latency_hdmi: bool,
pub yuv444: DolbyVideoYuv444,
pub target_pq_12b_level_min: i32,
pub target_pq_12b_level_max: i32,
pub red_x: f64,
pub red_y: f64,
pub green_x: f64,
pub green_y: f64,
pub blue_x: f64,
pub blue_y: f64,
}Available on crate feature
v0_3 only.Expand description
Dolby Video Version 2 Data
Fields§
§yuv422_12bit: bool§global_dimming: bool§dynamic_metadata_version: i32§backlight_control: bool§backlight_luminance_min: f64§mode_standard: bool§mode_low_latency_hdmi: bool§yuv444: DolbyVideoYuv444§target_pq_12b_level_min: i32§target_pq_12b_level_max: i32§red_x: f64§red_y: f64§green_x: f64§green_y: f64§blue_x: f64§blue_y: f64Trait Implementations§
Source§impl Clone for DolbyVideoBlockV2
impl Clone for DolbyVideoBlockV2
Source§fn clone(&self) -> DolbyVideoBlockV2
fn clone(&self) -> DolbyVideoBlockV2
Returns a duplicate 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 moreSource§impl Debug for DolbyVideoBlockV2
impl Debug for DolbyVideoBlockV2
Source§impl From<di_cta_dolby_video_block_v2> for DolbyVideoBlockV2
impl From<di_cta_dolby_video_block_v2> for DolbyVideoBlockV2
Source§fn from(value: di_cta_dolby_video_block_v2) -> DolbyVideoBlockV2
fn from(value: di_cta_dolby_video_block_v2) -> DolbyVideoBlockV2
Converts to this type from the input type.
impl Copy for DolbyVideoBlockV2
Auto Trait Implementations§
impl Freeze for DolbyVideoBlockV2
impl RefUnwindSafe for DolbyVideoBlockV2
impl Send for DolbyVideoBlockV2
impl Sync for DolbyVideoBlockV2
impl Unpin for DolbyVideoBlockV2
impl UnwindSafe for DolbyVideoBlockV2
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