[][src]Struct asterix::data_item::CommunicationsCapabilityFlightStatus

pub struct CommunicationsCapabilityFlightStatus {
    pub com: COM,
    pub stat: STAT,
    pub si: SI,
    pub reserved: u8,
    pub mssc: MSSC,
    pub arc: ARC,
    pub aic: AIC,
    pub b1a: u8,
    pub b1b: u8,
}

Communications capability of the transponder, capability of the onboard ACAS equipment and flight status

Data Item I048/230

Fields

com: COMstat: STATsi: SIreserved: u8mssc: MSSCarc: ARCaic: AICb1a: u8b1b: u8

Implementations

impl CommunicationsCapabilityFlightStatus[src]

pub const FRN_48: u8[src]

Trait Implementations

impl Debug for CommunicationsCapabilityFlightStatus[src]

impl DekuRead<Endian> for CommunicationsCapabilityFlightStatus[src]

impl DekuUpdate for CommunicationsCapabilityFlightStatus[src]

impl DekuWrite<Endian> for CommunicationsCapabilityFlightStatus[src]

impl PartialEq<CommunicationsCapabilityFlightStatus> for CommunicationsCapabilityFlightStatus[src]

impl StructuralPartialEq for CommunicationsCapabilityFlightStatus[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.