pub struct SweepCaseMetadata {Show 14 fields
pub case_id: String,
pub group: String,
pub note: String,
pub continuous_power_mw: f64,
pub burst_power_mw: f64,
pub burst_duration_s: f64,
pub pulse_energy_gj: f64,
pub initial_ep_gj: f64,
pub thermal_rejection_mw_per_k: f64,
pub actuator_demand_scale: f64,
pub damping_scale: f64,
pub stiffness_scale: f64,
pub burst_cadence_s: Option<f64>,
pub allocation_strategy: Option<AllocationStrategy>,
}Fields§
§case_id: String§group: String§note: String§continuous_power_mw: f64§burst_power_mw: f64§burst_duration_s: f64§pulse_energy_gj: f64§initial_ep_gj: f64§thermal_rejection_mw_per_k: f64§actuator_demand_scale: f64§damping_scale: f64§stiffness_scale: f64§burst_cadence_s: Option<f64>§allocation_strategy: Option<AllocationStrategy>Trait Implementations§
Source§impl Clone for SweepCaseMetadata
impl Clone for SweepCaseMetadata
Source§fn clone(&self) -> SweepCaseMetadata
fn clone(&self) -> SweepCaseMetadata
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 SweepCaseMetadata
impl Debug for SweepCaseMetadata
Source§impl<'de> Deserialize<'de> for SweepCaseMetadata
impl<'de> Deserialize<'de> for SweepCaseMetadata
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
Auto Trait Implementations§
impl Freeze for SweepCaseMetadata
impl RefUnwindSafe for SweepCaseMetadata
impl Send for SweepCaseMetadata
impl Sync for SweepCaseMetadata
impl Unpin for SweepCaseMetadata
impl UnsafeUnpin for SweepCaseMetadata
impl UnwindSafe for SweepCaseMetadata
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