pub struct DolbyVideoBlockV1 {Show 15 fields
pub yuv422_12bit: bool,
pub global_dimming: bool,
pub supports_2160p60: bool,
pub dynamic_metadata_version: i32,
pub colorimetry: DolbyVideoColorimetry,
pub target_luminance_min: f64,
pub target_luminance_max: f64,
pub mode_low_latency: bool,
pub unique_primaries: bool,
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 1 Data
Fields§
§yuv422_12bit: bool§global_dimming: bool§supports_2160p60: bool§dynamic_metadata_version: i32§colorimetry: DolbyVideoColorimetry§target_luminance_min: f64§target_luminance_max: f64§mode_low_latency: bool§unique_primaries: bool§red_x: f64§red_y: f64§green_x: f64§green_y: f64§blue_x: f64§blue_y: f64Trait Implementations§
Source§impl Clone for DolbyVideoBlockV1
impl Clone for DolbyVideoBlockV1
Source§fn clone(&self) -> DolbyVideoBlockV1
fn clone(&self) -> DolbyVideoBlockV1
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 DolbyVideoBlockV1
impl Debug for DolbyVideoBlockV1
Source§impl From<di_cta_dolby_video_block_v1> for DolbyVideoBlockV1
impl From<di_cta_dolby_video_block_v1> for DolbyVideoBlockV1
Source§fn from(value: di_cta_dolby_video_block_v1) -> DolbyVideoBlockV1
fn from(value: di_cta_dolby_video_block_v1) -> DolbyVideoBlockV1
Converts to this type from the input type.
impl Copy for DolbyVideoBlockV1
Auto Trait Implementations§
impl Freeze for DolbyVideoBlockV1
impl RefUnwindSafe for DolbyVideoBlockV1
impl Send for DolbyVideoBlockV1
impl Sync for DolbyVideoBlockV1
impl Unpin for DolbyVideoBlockV1
impl UnwindSafe for DolbyVideoBlockV1
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