Struct dicom_core::dictionary::DictionaryEntryRef
source · Expand description
A data type for a dictionary entry with a string slice for its alias.
Fields§
§tag: TagRangeThe attribute tag or tag range
alias: &'a strThe alias of the attribute, with no spaces, usually InCapitalizedCamelCase
vr: VRThe typical value representation of the attribute
Trait Implementations§
source§impl<'a> Clone for DictionaryEntryRef<'a>
impl<'a> Clone for DictionaryEntryRef<'a>
source§fn clone(&self) -> DictionaryEntryRef<'a>
fn clone(&self) -> DictionaryEntryRef<'a>
Returns a copy 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 more