[][src]Enum asterix::types::RAD

pub enum RAD {
    CombinedTrack,
    PSRTrack,
    SSRModeSTrack,
    Invalid,
}

Variants

CombinedTrack
PSRTrack
SSRModeSTrack
Invalid

Trait Implementations

impl Debug for RAD[src]

impl DekuContainerRead for RAD[src]

impl DekuContainerWrite for RAD[src]

impl DekuRead<()> for RAD[src]

impl DekuUpdate for RAD[src]

impl DekuWrite<()> for RAD[src]

impl PartialEq<RAD> for RAD[src]

impl StructuralPartialEq for RAD[src]

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

type Error = DekuError

The type returned in the event of a conversion error.

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

type Error = DekuError

The type returned in the event of a conversion error.

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

type Error = DekuError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for RAD

impl Send for RAD

impl Sync for RAD

impl Unpin for RAD

impl UnwindSafe for RAD

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.