Struct dicom_core::dictionary::DictionaryEntryRef [−][src]
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
The typical value representation of the attribute. In some edge cases, an element might not have this VR. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for DictionaryEntryRef<'a>
impl<'a> Send for DictionaryEntryRef<'a>
impl<'a> Sync for DictionaryEntryRef<'a>
impl<'a> Unpin for DictionaryEntryRef<'a>
impl<'a> UnwindSafe for DictionaryEntryRef<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more