Struct isis_ants_service::AntennaStats[][src]

pub struct AntennaStats {
    pub act_count: u8,
    pub act_time: u16,
}

Antenna status data

Fields

Number of times deployment has been attempted without success

Cummulative amount of time, in 50ms steps, which has been spent deploying the antenna

Trait Implementations

impl Debug for AntennaStats
[src]

Formats the value using the given formatter. Read more

impl Default for AntennaStats
[src]

Returns the "default value" for a type. Read more

impl PartialEq for AntennaStats
[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 AntennaStats

impl Sync for AntennaStats