Enum dicom_encoding::transfer_syntax::NeverAdapter [−][src]
pub enum NeverAdapter {}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
impl Clone for NeverAdapter[src]
impl Clone for NeverAdapter[src]fn clone(&self) -> NeverAdapter[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NeverAdapter[src]
impl Copy for NeverAdapter[src]impl<R, W> DataRWAdapter<R, W> for NeverAdapter[src]
impl<R, W> DataRWAdapter<R, W> for NeverAdapter[src]impl Eq for NeverAdapter[src]
impl Eq for NeverAdapter[src]impl Hash for NeverAdapter[src]
impl Hash for NeverAdapter[src]impl Ord for NeverAdapter[src]
impl Ord for NeverAdapter[src]impl PartialEq<NeverAdapter> for NeverAdapter[src]
impl PartialEq<NeverAdapter> for NeverAdapter[src]impl PartialOrd<NeverAdapter> for NeverAdapter[src]
impl PartialOrd<NeverAdapter> for NeverAdapter[src]fn partial_cmp(&self, other: &NeverAdapter) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for NeverAdapter[src]
impl StructuralEq for NeverAdapter[src]impl StructuralPartialEq for NeverAdapter[src]
impl StructuralPartialEq for NeverAdapter[src]Auto Trait Implementations
impl RefUnwindSafe for NeverAdapter
impl RefUnwindSafe for NeverAdapterimpl Send for NeverAdapter
impl Send for NeverAdapterimpl Sync for NeverAdapter
impl Sync for NeverAdapterimpl Unpin for NeverAdapter
impl Unpin for NeverAdapterimpl UnwindSafe for NeverAdapter
impl UnwindSafe for NeverAdapter