[][src]Enum asterix::types::SPI

pub enum SPI {
    AbsenceOfSPI,
    SpecialPositionIdentification,
}

Variants

AbsenceOfSPI
SpecialPositionIdentification

Trait Implementations

impl Debug for SPI[src]

impl DekuContainerRead for SPI[src]

impl DekuContainerWrite for SPI[src]

impl DekuRead<()> for SPI[src]

impl DekuUpdate for SPI[src]

impl DekuWrite<()> for SPI[src]

impl PartialEq<SPI> for SPI[src]

impl StructuralPartialEq for SPI[src]

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

type Error = DekuError

The type returned in the event of a conversion error.

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

type Error = DekuError

The type returned in the event of a conversion error.

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

type Error = DekuError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for SPI

impl Send for SPI

impl Sync for SPI

impl Unpin for SPI

impl UnwindSafe for SPI

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.