[][src]Struct dicom_encoding::transfer_syntax::explicit_le::ExplicitVRLittleEndianDecoder

pub struct ExplicitVRLittleEndianDecoder<S: ?Sized> { /* fields omitted */ }

A data element decoder for the Explicit VR Little Endian transfer syntax.

Trait Implementations

impl<S: ?Sized> Decode for ExplicitVRLittleEndianDecoder<S> where
    S: Read
[src]

type Source = S

The data source's type.

impl<S: ?Sized> Default for ExplicitVRLittleEndianDecoder<S>[src]

impl<S: ?Sized + Debug> Debug for ExplicitVRLittleEndianDecoder<S>[src]

Auto Trait Implementations

impl<S: ?Sized> Unpin for ExplicitVRLittleEndianDecoder<S> where
    S: Unpin

impl<S: ?Sized> Sync for ExplicitVRLittleEndianDecoder<S> where
    S: Sync

impl<S: ?Sized> Send for ExplicitVRLittleEndianDecoder<S> where
    S: Send

impl<S: ?Sized> UnwindSafe for ExplicitVRLittleEndianDecoder<S> where
    S: UnwindSafe

impl<S: ?Sized> RefUnwindSafe for ExplicitVRLittleEndianDecoder<S> where
    S: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]