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
raw_temp: u16
Current system temperature (raw value)
deploy_status: DeployStatus
Current deployment status flags
uptime: u32
System uptime (in seconds)
Trait Implementations
impl Clone for AntsTelemetry
[src]
impl Clone for AntsTelemetry
fn clone(&self) -> AntsTelemetry
[src]
fn clone(&self) -> AntsTelemetry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for AntsTelemetry
[src]
impl Debug for AntsTelemetry
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for AntsTelemetry
[src]
impl Default for AntsTelemetry
fn default() -> AntsTelemetry
[src]
fn default() -> AntsTelemetry
Returns the "default value" for a type. Read more
impl PartialEq for AntsTelemetry
[src]
impl PartialEq for AntsTelemetry
fn eq(&self, other: &AntsTelemetry) -> bool
[src]
fn eq(&self, other: &AntsTelemetry) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &AntsTelemetry) -> bool
[src]
fn ne(&self, other: &AntsTelemetry) -> bool
This method tests for !=
.
impl Eq for AntsTelemetry
[src]
impl Eq for AntsTelemetry
impl Hash for AntsTelemetry
[src]
impl Hash for AntsTelemetry
Auto Trait Implementations
impl Send for AntsTelemetry
impl Send for AntsTelemetry
impl Sync for AntsTelemetry
impl Sync for AntsTelemetry