[][src]Struct dicom_encoding::transfer_syntax::explicit_be::ExplicitVRBigEndianDecoder

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

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

Trait Implementations

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

type Source = S

The data source's type.

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

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

Auto Trait Implementations

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

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

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

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

impl<S: ?Sized> RefUnwindSafe for ExplicitVRBigEndianDecoder<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]