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