#[repr(u32)]pub enum DolbyVideoColorimetry {
BT709 = 0,
P3D65 = 1,
}Available on crate feature
v0_3 only.Expand description
Dolby Video Colorimetry
Variants§
Trait Implementations§
Source§impl Clone for DolbyVideoColorimetry
impl Clone for DolbyVideoColorimetry
Source§fn clone(&self) -> DolbyVideoColorimetry
fn clone(&self) -> DolbyVideoColorimetry
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 DolbyVideoColorimetry
impl Debug for DolbyVideoColorimetry
Source§impl From<u32> for DolbyVideoColorimetry
impl From<u32> for DolbyVideoColorimetry
Source§fn from(value: di_cta_dolby_video_colorimetry) -> DolbyVideoColorimetry
fn from(value: di_cta_dolby_video_colorimetry) -> DolbyVideoColorimetry
Converts to this type from the input type.
Source§impl PartialEq for DolbyVideoColorimetry
impl PartialEq for DolbyVideoColorimetry
impl Copy for DolbyVideoColorimetry
impl Eq for DolbyVideoColorimetry
impl StructuralPartialEq for DolbyVideoColorimetry
Auto Trait Implementations§
impl Freeze for DolbyVideoColorimetry
impl RefUnwindSafe for DolbyVideoColorimetry
impl Send for DolbyVideoColorimetry
impl Sync for DolbyVideoColorimetry
impl Unpin for DolbyVideoColorimetry
impl UnwindSafe for DolbyVideoColorimetry
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