[][src]Struct isis_iobc_supervisor::SupervisorVersion

pub struct SupervisorVersion {
    pub dummy: u8,
    pub spi_command_status: u8,
    pub index_of_subsystem: u8,
    pub major_version: u8,
    pub minor_version: u8,
    pub patch_version: u8,
    pub git_head_version: u32,
    pub serial_number: u16,
    pub compile_information: [i8; 19],
    pub clock_speed: u8,
    pub code_type: i8,
    pub crc: u8,
}
[]

Structure returned by supervisor_version

Fields

dummy: u8spi_command_status: u8index_of_subsystem: u8major_version: u8minor_version: u8patch_version: u8git_head_version: u32serial_number: u16compile_information: [i8; 19]clock_speed: u8code_type: i8crc: u8

Trait Implementations

impl Debug for SupervisorVersion[src][+]

Auto Trait Implementations

impl Send for SupervisorVersion

impl Unpin for SupervisorVersion

impl Sync for SupervisorVersion

impl UnwindSafe for SupervisorVersion

impl RefUnwindSafe for SupervisorVersion

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][+]