pub struct WatchPowerLastDataGrid {
pub grid_rating_voltage: f32,
pub grid_rating_current: f32,
pub battery_rating_voltage: f32,
pub ac_output_rating_voltage: f32,
pub ac_output_rating_current: f32,
pub ac_output_rating_frequency: f32,
pub ac_output_rating_apparent_power: i32,
pub ac_output_rating_active_power: i32,
}
Fields§
§grid_rating_voltage: f32
§grid_rating_current: f32
§battery_rating_voltage: f32
§ac_output_rating_voltage: f32
§ac_output_rating_current: f32
§ac_output_rating_frequency: f32
§ac_output_rating_apparent_power: i32
§ac_output_rating_active_power: i32
Trait Implementations§
Source§impl Clone for WatchPowerLastDataGrid
impl Clone for WatchPowerLastDataGrid
Source§fn clone(&self) -> WatchPowerLastDataGrid
fn clone(&self) -> WatchPowerLastDataGrid
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WatchPowerLastDataGrid
impl Debug for WatchPowerLastDataGrid
Auto Trait Implementations§
impl Freeze for WatchPowerLastDataGrid
impl RefUnwindSafe for WatchPowerLastDataGrid
impl Send for WatchPowerLastDataGrid
impl Sync for WatchPowerLastDataGrid
impl Unpin for WatchPowerLastDataGrid
impl UnwindSafe for WatchPowerLastDataGrid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more