Struct ruststep::ap201::explicit_draughting::DimensionalExponentsHolder [−][src]
pub struct DimensionalExponentsHolder {
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,
}
Expand description
Auto-generated by #[derive(Holder)]
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
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DimensionalExponents>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DimensionalExponents>> + 'table>
Get owned entities as an iterator
type Owned = DimensionalExponents
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DimensionalExponentsHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for DimensionalExponentsHolder
impl Send for DimensionalExponentsHolder
impl Sync for DimensionalExponentsHolder
impl Unpin for DimensionalExponentsHolder
impl UnwindSafe for DimensionalExponentsHolder
Blanket Implementations
Mutably borrows from an owned value. Read more