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

pub struct ExplicitVRBigEndianEncoder<W: ?Sized> { /* fields omitted */ }

A concrete encoder for the transfer syntax ExplicitVRBigEndian

Trait Implementations

impl<W: ?Sized> BasicEncode for ExplicitVRBigEndianEncoder<W>[src]

fn with_encoder<T, F1, F2>(&self, f_le: F1, f_be: F2) -> T where
    F1: FnOnce(LittleEndianBasicEncoder) -> T,
    F2: FnOnce(BigEndianBasicEncoder) -> T, 
[src]

Perform

impl<W: ?Sized> Encode for ExplicitVRBigEndianEncoder<W> where
    W: Write
[src]

type Writer = W

The target of the encoded data.

impl<W: ?Sized> Default for ExplicitVRBigEndianEncoder<W>[src]

impl<W: ?Sized + Debug> Debug for ExplicitVRBigEndianEncoder<W>[src]

Auto Trait Implementations

impl<W: ?Sized> Unpin for ExplicitVRBigEndianEncoder<W> where
    W: Unpin

impl<W: ?Sized> Sync for ExplicitVRBigEndianEncoder<W> where
    W: Sync

impl<W: ?Sized> Send for ExplicitVRBigEndianEncoder<W> where
    W: Send

impl<W: ?Sized> UnwindSafe for ExplicitVRBigEndianEncoder<W> where
    W: UnwindSafe

impl<W: ?Sized> RefUnwindSafe for ExplicitVRBigEndianEncoder<W> where
    W: 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]