Struct isis_ants_api::AntsTelemetry[][src]

pub struct AntsTelemetry {
    pub raw_temp: u16,
    pub deploy_status: DeployStatus,
    pub uptime: u32,
}

System telemetry fields returned from get_system_telemetry

Fields

Current system temperature (raw value)

Current deployment status flags

System uptime (in seconds)

Trait Implementations

impl Clone for AntsTelemetry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AntsTelemetry
[src]

Formats the value using the given formatter. Read more

impl Default for AntsTelemetry
[src]

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

impl PartialEq for AntsTelemetry
[src]

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

This method tests for !=.

impl Eq for AntsTelemetry
[src]

impl Hash for AntsTelemetry
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for AntsTelemetry

impl Sync for AntsTelemetry