Struct watchpower_api::WatchPowerLastDataGrid
source · 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: i32Trait Implementations§
source§impl Clone for WatchPowerLastDataGrid
impl Clone for WatchPowerLastDataGrid
source§fn clone(&self) -> WatchPowerLastDataGrid
fn clone(&self) -> WatchPowerLastDataGrid
Returns a copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)