[][src]Struct isis_iobc_supervisor::SupervisorHousekeeping

pub struct SupervisorHousekeeping {
    pub dummy: u8,
    pub spi_command_status: u8,
    pub enable_status: SupervisorEnableStatus,
    pub supervisor_uptime: u32,
    pub iobc_uptime: u32,
    pub iobc_reset_count: u32,
    pub adc_data: [u16; 10],
    pub adc_update_flag: u8,
    pub crc8: u8,
}
[]

Structure returned by supervisor_housekeeping

Fields

dummy: u8spi_command_status: u8enable_status: SupervisorEnableStatussupervisor_uptime: u32iobc_uptime: u32iobc_reset_count: u32adc_data: [u16; 10]adc_update_flag: u8crc8: u8

Trait Implementations

impl Debug for SupervisorHousekeeping[src][+]

Auto Trait Implementations

impl Send for SupervisorHousekeeping

impl Unpin for SupervisorHousekeeping

impl Sync for SupervisorHousekeeping

impl UnwindSafe for SupervisorHousekeeping

impl RefUnwindSafe for SupervisorHousekeeping

Blanket Implementations

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

impl<T> From<T> for 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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]