Struct dicom_encoding::decode::basic::LittleEndianBasicDecoder [−][src]
pub struct LittleEndianBasicDecoder;Expand description
A basic decoder of DICOM primitive elements in little endian.
Trait Implementations
Retrieve the source’s endianness, as expected by this decoder.
Decode an unsigned short value from the given source.
Decode a sequence of unsigned shorts value from the given source into the given destination. Read more
Decode an unsigned long value from the given source.
Decode a sequence of unsigned long values from the given source into the given destination. Read more
Decode an unsigned very long value from the given source.
Decode a sequence of unsigned very long values from the given source into the given destination. Read more
Decode a signed short value from the given source.
Decode a sequence of signed short values from the given source into the given destination. Read more
Decode a signed long value from the given source.
Decode a sequence of signed long values from the given source into the given destination. Read more
Decode a signed very long value from the given source.
Decode a sequence of signed very long values from the given source into the given destination. Read more
Decode a single precision float value from the given source.
Decode a sequence of single precision float values from the given source into the given destination. Read more
Decode a double precision float value from the given source.
Decode a sequence of double precision float values from the given source into the given destination. Read more
Decode a DICOM attribute tag from the given source.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LittleEndianBasicDecoder
impl Send for LittleEndianBasicDecoder
impl Sync for LittleEndianBasicDecoder
impl Unpin for LittleEndianBasicDecoder
impl UnwindSafe for LittleEndianBasicDecoder
Blanket Implementations
Mutably borrows from an owned value. Read more