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