Struct dicom_core::dictionary::DictionaryEntryBuf
source · Expand description
A data type for a dictionary entry with full ownership.
Fields§
§tag: TagRangeThe attribute tag range
alias: StringThe alias of the attribute, with no spaces, usually InCapitalizedCamelCase
vr: VRThe typical value representation of the attribute
Trait Implementations§
source§impl Clone for DictionaryEntryBuf
impl Clone for DictionaryEntryBuf
source§fn clone(&self) -> DictionaryEntryBuf
fn clone(&self) -> DictionaryEntryBuf
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