Struct clyde_3g_eps_api::VersionInfo[][src]

pub struct VersionInfo {
    pub motherboard: Version,
    pub daughterboard: Option<Version>,
}
[]

Structure containing version information for the EPS motherboard and daughterboard if present

Fields

[]

Motherboard version information

[]

Optional daughterboard version information

Trait Implementations

impl Debug for VersionInfo
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Eq for VersionInfo
[src]

impl PartialEq for VersionInfo
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

Auto Trait Implementations

impl Send for VersionInfo

impl Sync for VersionInfo