Struct dicom_core::header::DataElementHeader [−][src]
Expand description
A data structure for a data element header, containing a tag, value representation and specified length.
Fields
tag: TagDICOM tag
vr: VRValue Representation
len: LengthElement length
Implementations
Create a new data element header with the given properties. This is just a trivial constructor.
Check whether the header suggests the value to be a sequence value: if the value representation is SQ or the length is undefined.
Trait Implementations
Performs the conversion.
Check whether this is the header of an item delimiter.
Check whether this is the header of a sequence delimiter.
Check whether this is the header of an encapsulated pixel data.
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 DataElementHeader
impl Send for DataElementHeader
impl Sync for DataElementHeader
impl Unpin for DataElementHeader
impl UnwindSafe for DataElementHeader
Blanket Implementations
Mutably borrows from an owned value. Read more