Struct ruststep::ap203::config_control_design::DimensionalExponents [−][src]
pub struct DimensionalExponents {
pub length_exponent: f64,
pub mass_exponent: f64,
pub time_exponent: f64,
pub electric_current_exponent: f64,
pub thermodynamic_temperature_exponent: f64,
pub amount_of_substance_exponent: f64,
pub luminous_intensity_exponent: f64,
}
Fields
length_exponent: f64
mass_exponent: f64
time_exponent: f64
electric_current_exponent: f64
thermodynamic_temperature_exponent: f64
amount_of_substance_exponent: f64
luminous_intensity_exponent: f64
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DimensionalExponents
impl Send for DimensionalExponents
impl Sync for DimensionalExponents
impl Unpin for DimensionalExponents
impl UnwindSafe for DimensionalExponents
Blanket Implementations
Mutably borrows from an owned value. Read more