Struct hs100api::types::EmeterGetRealtime [] [src]

pub struct EmeterGetRealtime {
    pub current: f64,
    pub voltage: f64,
    pub power: f64,
    pub total: f64,
    pub err_code: i64,
}

Fields

Trait Implementations

impl Debug for EmeterGetRealtime
[src]

Formats the value using the given formatter.

impl PartialEq for EmeterGetRealtime
[src]

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

This method tests for !=.