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