Struct dicom_core::header::DataElementRef
source · pub struct DataElementRef<'v, I: 'v, P: 'v> { /* private fields */ }Expand description
A data type that represents a DICOM data element with a borrowed value.
Implementations§
Trait Implementations§
source§impl<'v, I: Clone + 'v, P: Clone + 'v> Clone for DataElementRef<'v, I, P>
impl<'v, I: Clone + 'v, P: Clone + 'v> Clone for DataElementRef<'v, I, P>
source§fn clone(&self) -> DataElementRef<'v, I, P>
fn clone(&self) -> DataElementRef<'v, I, P>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'v, I, P> HasLength for DataElementRef<'v, I, P>
impl<'v, I, P> HasLength for DataElementRef<'v, I, P>
source§impl<'v, I, P> Header for DataElementRef<'v, I, P>
impl<'v, I, P> Header for DataElementRef<'v, I, P>
source§fn is_item_delimiter(&self) -> bool
fn is_item_delimiter(&self) -> bool
Check whether this is the header of an item delimiter.
source§fn is_sequence_delimiter(&self) -> bool
fn is_sequence_delimiter(&self) -> bool
Check whether this is the header of a sequence delimiter.
source§fn is_encapsulated_pixeldata(&self) -> bool
fn is_encapsulated_pixeldata(&self) -> bool
Check whether this is the header of an encapsulated pixel data.