Struct dicom_encoding::decode::basic::BigEndianBasicDecoder [−][src]
pub struct BigEndianBasicDecoder;Expand description
A basic decoder of DICOM primitive elements in big 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 BigEndianBasicDecoder
impl Send for BigEndianBasicDecoder
impl Sync for BigEndianBasicDecoder
impl Unpin for BigEndianBasicDecoder
impl UnwindSafe for BigEndianBasicDecoder
Blanket Implementations
Mutably borrows from an owned value. Read more