[−][src]Struct isis_iobc_supervisor::SupervisorHousekeeping
Structure returned by supervisor_housekeeping
Fields
dummy: u8
spi_command_status: u8
enable_status: SupervisorEnableStatus
supervisor_uptime: u32
iobc_uptime: u32
iobc_reset_count: u32
adc_data: [u16; 10]
adc_update_flag: u8
crc8: 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][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,