pub struct UiSpectral {Show 22 fields
pub subtitle: String,
pub greenhouse_subtitle: String,
pub bug_subtitle: String,
pub lcs_subtitle: String,
pub direct_spd: String,
pub sample: String,
pub load_hint: String,
pub wavelength_range: String,
pub peak: String,
pub energy_distribution: String,
pub par_distribution: String,
pub par_total: String,
pub hort_metrics: String,
pub far_red: String,
pub r_fr_hint: String,
pub warnings: String,
pub thermal_warning: String,
pub uv_warning: String,
pub cvg_legend1: String,
pub cvg_legend2: String,
pub hue_table: UiHueTable,
pub hue_legend: UiHueLegend,
}Fields§
§subtitle: String§greenhouse_subtitle: String§bug_subtitle: String§lcs_subtitle: String§direct_spd: String§sample: String§load_hint: String§wavelength_range: String§peak: String§energy_distribution: String§par_distribution: String§par_total: String§hort_metrics: String§far_red: String§r_fr_hint: String§warnings: String§thermal_warning: String§uv_warning: String§cvg_legend1: String§cvg_legend2: String§hue_table: UiHueTable§hue_legend: UiHueLegendTrait Implementations§
Source§impl Clone for UiSpectral
impl Clone for UiSpectral
Source§fn clone(&self) -> UiSpectral
fn clone(&self) -> UiSpectral
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 UiSpectral
impl Debug for UiSpectral
Source§impl<'de> Deserialize<'de> for UiSpectral
impl<'de> Deserialize<'de> for UiSpectral
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UiSpectral
impl PartialEq for UiSpectral
Source§impl Serialize for UiSpectral
impl Serialize for UiSpectral
impl StructuralPartialEq for UiSpectral
Auto Trait Implementations§
impl Freeze for UiSpectral
impl RefUnwindSafe for UiSpectral
impl Send for UiSpectral
impl Sync for UiSpectral
impl Unpin for UiSpectral
impl UnsafeUnpin for UiSpectral
impl UnwindSafe for UiSpectral
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