[][src]Struct asterix::data_item::SystemProcessingMode

pub struct SystemProcessingMode {
    pub com_bit: u8,
    pub spare_bit0: u8,
    pub psr_bit: u8,
    pub ssr_bit: u8,
    pub mds_bit: u8,
    pub spare_bit1: u8,
    pub fx_bit: FX,
    pub com: Option<ComSubField2>,
    pub psr: Option<PsrSubField>,
    pub ssr: Option<SsrSubField>,
    pub mds: Option<MdsSubField2>,
}

Status concerning the processing options, in use during the last antenna revolution, for the various Sensors, composing the System

Data Item I034/060

Fields

com_bit: u8spare_bit0: u8psr_bit: u8ssr_bit: u8mds_bit: u8spare_bit1: u8fx_bit: FXcom: Option<ComSubField2>psr: Option<PsrSubField>ssr: Option<SsrSubField>mds: Option<MdsSubField2>

Implementations

impl SystemProcessingMode[src]

pub const FRN_34: u8[src]

Trait Implementations

impl Debug for SystemProcessingMode[src]

impl DekuRead<Endian> for SystemProcessingMode[src]

impl DekuUpdate for SystemProcessingMode[src]

impl DekuWrite<Endian> for SystemProcessingMode[src]

impl PartialEq<SystemProcessingMode> for SystemProcessingMode[src]

impl StructuralPartialEq for SystemProcessingMode[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> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

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.