pub struct ShineMonitorLastDataGrid {
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 ShineMonitorLastDataGrid
impl Clone for ShineMonitorLastDataGrid
Source§fn clone(&self) -> ShineMonitorLastDataGrid
fn clone(&self) -> ShineMonitorLastDataGrid
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 ShineMonitorLastDataGrid
impl Debug for ShineMonitorLastDataGrid
Auto Trait Implementations§
impl Freeze for ShineMonitorLastDataGrid
impl RefUnwindSafe for ShineMonitorLastDataGrid
impl Send for ShineMonitorLastDataGrid
impl Sync for ShineMonitorLastDataGrid
impl Unpin for ShineMonitorLastDataGrid
impl UnsafeUnpin for ShineMonitorLastDataGrid
impl UnwindSafe for ShineMonitorLastDataGrid
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