[][src]Struct isis_ants_api::AntsTelemetry

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 Default for AntsTelemetry
[src]

impl PartialEq<AntsTelemetry> for AntsTelemetry
[src]

impl Clone for AntsTelemetry
[src]

Performs copy-assignment from source. Read more

impl Eq for AntsTelemetry
[src]

impl Debug for AntsTelemetry
[src]

impl Hash for AntsTelemetry
[src]

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

Auto Trait Implementations

impl Send for AntsTelemetry

impl Sync for AntsTelemetry

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]