pub struct Model306 {
pub ghi: Option<u16>,
pub a: Option<u16>,
pub v: Option<u16>,
pub tmp: Option<u16>,
}Expand description
Reference Point Model
Include to support a standard reference point
Fields§
§ghi: Option<u16>GHI
Global Horizontal Irradiance
a: Option<u16>Amps
Current measurement at reference point
v: Option<u16>Voltage
Voltage measurement at reference point
tmp: Option<u16>Temperature
Temperature measurement at reference point
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Model306
impl RefUnwindSafe for Model306
impl Send for Model306
impl Sync for Model306
impl Unpin for Model306
impl UnwindSafe for Model306
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