pub struct HdrDynamicMetadataType2 {
pub ts_103_433_spec_version: u8,
pub ts_103_433_1_capable: bool,
pub ts_103_433_2_capable: bool,
pub ts_103_433_3_capable: bool,
}Available on crate feature
v0_3 only.Fields§
§ts_103_433_spec_version: u8§ts_103_433_1_capable: bool§ts_103_433_2_capable: bool§ts_103_433_3_capable: boolTrait Implementations§
Source§impl Clone for HdrDynamicMetadataType2
impl Clone for HdrDynamicMetadataType2
Source§fn clone(&self) -> HdrDynamicMetadataType2
fn clone(&self) -> HdrDynamicMetadataType2
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 HdrDynamicMetadataType2
impl Debug for HdrDynamicMetadataType2
Source§impl From<di_cta_hdr_dynamic_metadata_type2> for HdrDynamicMetadataType2
impl From<di_cta_hdr_dynamic_metadata_type2> for HdrDynamicMetadataType2
Source§fn from(value: di_cta_hdr_dynamic_metadata_type2) -> HdrDynamicMetadataType2
fn from(value: di_cta_hdr_dynamic_metadata_type2) -> HdrDynamicMetadataType2
Converts to this type from the input type.
impl Copy for HdrDynamicMetadataType2
Auto Trait Implementations§
impl Freeze for HdrDynamicMetadataType2
impl RefUnwindSafe for HdrDynamicMetadataType2
impl Send for HdrDynamicMetadataType2
impl Sync for HdrDynamicMetadataType2
impl Unpin for HdrDynamicMetadataType2
impl UnwindSafe for HdrDynamicMetadataType2
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