Struct dicom_core::header::PrimitiveDataElement [−][src]
pub struct PrimitiveDataElement { /* fields omitted */ }Expand description
A data type that represents and owns a DICOM data element containing a primitive value.
Implementations
Main constructor for a primitive data element.
Trait Implementations
Performs the conversion.
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 RefUnwindSafe for PrimitiveDataElement
impl Send for PrimitiveDataElement
impl Sync for PrimitiveDataElement
impl Unpin for PrimitiveDataElement
impl UnwindSafe for PrimitiveDataElement
Blanket Implementations
Mutably borrows from an owned value. Read more