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