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