Enum dicom_encoding::transfer_syntax::NeverAdapter [−][src]
pub enum NeverAdapter {}Expand description
An immaterial type representing an adapted which is never required,
- and as such is never instantiated. Most transfer syntaxes use this,
- as they do not have to adapt readers and writers for encoding and decoding.
Trait Implementations
Adapt a byte reader.
Adapt a byte writer.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for NeverAdapter
impl Send for NeverAdapter
impl Sync for NeverAdapter
impl Unpin for NeverAdapter
impl UnwindSafe for NeverAdapter
Blanket Implementations
Mutably borrows from an owned value. Read more