pub struct ShineMonitorLastDataPV {
pub pv_input_current: f32,
}Fields§
§pv_input_current: f32Trait Implementations§
Source§impl Clone for ShineMonitorLastDataPV
impl Clone for ShineMonitorLastDataPV
Source§fn clone(&self) -> ShineMonitorLastDataPV
fn clone(&self) -> ShineMonitorLastDataPV
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 ShineMonitorLastDataPV
impl Debug for ShineMonitorLastDataPV
Auto Trait Implementations§
impl Freeze for ShineMonitorLastDataPV
impl RefUnwindSafe for ShineMonitorLastDataPV
impl Send for ShineMonitorLastDataPV
impl Sync for ShineMonitorLastDataPV
impl Unpin for ShineMonitorLastDataPV
impl UnsafeUnpin for ShineMonitorLastDataPV
impl UnwindSafe for ShineMonitorLastDataPV
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