[][src]Struct asterix::data_item::Mode2CodeOctalRepresentation

pub struct Mode2CodeOctalRepresentation {
    pub v: V,
    pub g: G,
    pub l: L,
    pub spare: u8,
    pub data: u16,
}

Reply to Mode-2 interrogation

Data Item I048/050

Fields

v: Vg: Gl: Lspare: u8data: u16

Implementations

impl Mode2CodeOctalRepresentation[src]

pub const FRN_48: u8[src]

Trait Implementations

impl Debug for Mode2CodeOctalRepresentation[src]

impl DekuRead<Endian> for Mode2CodeOctalRepresentation[src]

impl DekuUpdate for Mode2CodeOctalRepresentation[src]

impl DekuWrite<Endian> for Mode2CodeOctalRepresentation[src]

impl PartialEq<Mode2CodeOctalRepresentation> for Mode2CodeOctalRepresentation[src]

impl StructuralPartialEq for Mode2CodeOctalRepresentation[src]

Auto Trait Implementations

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.