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
sourceimpl Clone for DictionaryEntryBuf
impl Clone for DictionaryEntryBuf
sourcefn clone(&self) -> DictionaryEntryBuf
fn clone(&self) -> DictionaryEntryBuf
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DictionaryEntryBuf
impl Debug for DictionaryEntryBuf
sourceimpl DictionaryEntry for DictionaryEntryBuf
impl DictionaryEntry for DictionaryEntryBuf
sourceimpl PartialEq<DictionaryEntryBuf> for DictionaryEntryBuf
impl PartialEq<DictionaryEntryBuf> for DictionaryEntryBuf
sourcefn eq(&self, other: &DictionaryEntryBuf) -> bool
fn eq(&self, other: &DictionaryEntryBuf) -> bool
impl StructuralPartialEq for DictionaryEntryBuf
Auto Trait Implementations
impl RefUnwindSafe for DictionaryEntryBuf
impl Send for DictionaryEntryBuf
impl Sync for DictionaryEntryBuf
impl Unpin for DictionaryEntryBuf
impl UnwindSafe for DictionaryEntryBuf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more