Struct dicom_object::StandardDataDictionary [−][src]
pub struct StandardDataDictionary;
A data dictionary which consults the library’s global DICOM attribute registry.
Trait Implementations
impl Clone for StandardDataDictionary[src]
impl Clone for StandardDataDictionary[src]pub fn clone(&self) -> StandardDataDictionary[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for StandardDataDictionary[src]
impl Copy for StandardDataDictionary[src]impl<'a> DataDictionary for &'a StandardDataDictionary[src]
impl<'a> DataDictionary for &'a StandardDataDictionary[src]type Entry = DictionaryEntryRef<'static>
The type of the dictionary entry.
pub fn by_name(
&self,
name: &str
) -> Option<&'static DictionaryEntryRef<'static>>[src]
&self,
name: &str
) -> Option<&'static DictionaryEntryRef<'static>>
pub fn by_tag(&self, tag: Tag) -> Option<&'static DictionaryEntryRef<'static>>[src]
impl DataDictionary for StandardDataDictionary[src]
impl DataDictionary for StandardDataDictionary[src]type Entry = DictionaryEntryRef<'static>
The type of the dictionary entry.
pub fn by_name(
&self,
name: &str
) -> Option<&<StandardDataDictionary as DataDictionary>::Entry>[src]
&self,
name: &str
) -> Option<&<StandardDataDictionary as DataDictionary>::Entry>
pub fn by_tag(
&self,
tag: Tag
) -> Option<&<StandardDataDictionary as DataDictionary>::Entry>[src]
&self,
tag: Tag
) -> Option<&<StandardDataDictionary as DataDictionary>::Entry>
impl Debug for StandardDataDictionary[src]
impl Debug for StandardDataDictionary[src]impl Default for StandardDataDictionary[src]
impl Default for StandardDataDictionary[src]pub fn default() -> StandardDataDictionary[src]
impl Display for StandardDataDictionary[src]
impl Display for StandardDataDictionary[src]impl Eq for StandardDataDictionary[src]
impl Eq for StandardDataDictionary[src]impl Hash for StandardDataDictionary[src]
impl Hash for StandardDataDictionary[src]impl Ord for StandardDataDictionary[src]
impl Ord for StandardDataDictionary[src]impl PartialOrd<StandardDataDictionary> for StandardDataDictionary[src]
impl PartialOrd<StandardDataDictionary> for StandardDataDictionary[src]pub fn partial_cmp(&self, other: &StandardDataDictionary) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for StandardDataDictionary[src]
impl StructuralEq for StandardDataDictionary[src]Auto Trait Implementations
impl RefUnwindSafe for StandardDataDictionary
impl RefUnwindSafe for StandardDataDictionaryimpl Send for StandardDataDictionary
impl Send for StandardDataDictionaryimpl Sync for StandardDataDictionary
impl Sync for StandardDataDictionaryimpl Unpin for StandardDataDictionary
impl Unpin for StandardDataDictionaryimpl UnwindSafe for StandardDataDictionary
impl UnwindSafe for StandardDataDictionary