Struct dicom_dictionary_std::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]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.
fn by_name(&self, name: &str) -> Option<&'static DictionaryEntryRef<'static>>[src]
fn by_tag(&self, tag: Tag) -> Option<&'static DictionaryEntryRef<'static>>[src]
impl Default for StandardDataDictionary[src]
impl Default for StandardDataDictionary[src]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]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