[][src]Enum asterix::types::DOU

pub enum DOU {
    NormalConfidence,
    LowConfidence,
}

Variants

NormalConfidence
LowConfidence

Trait Implementations

impl Debug for DOU[src]

impl DekuContainerRead for DOU[src]

impl DekuContainerWrite for DOU[src]

impl DekuRead<()> for DOU[src]

impl DekuUpdate for DOU[src]

impl DekuWrite<()> for DOU[src]

impl PartialEq<DOU> for DOU[src]

impl StructuralPartialEq for DOU[src]

impl<'_> TryFrom<&'_ [u8]> for DOU[src]

type Error = DekuError

The type returned in the event of a conversion error.

impl TryFrom<DOU> for BitVec<Msb0, u8>[src]

type Error = DekuError

The type returned in the event of a conversion error.

impl TryFrom<DOU> for Vec<u8>[src]

type Error = DekuError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for DOU

impl Send for DOU

impl Sync for DOU

impl Unpin for DOU

impl UnwindSafe for DOU

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.