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: f64Trait Implementations§
Source§impl Clone for DimensionalExponents
impl Clone for DimensionalExponents
Source§fn clone(&self) -> DimensionalExponents
fn clone(&self) -> DimensionalExponents
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DimensionalExponents
impl Debug for DimensionalExponents
Source§impl PartialEq for DimensionalExponents
impl PartialEq for DimensionalExponents
Source§fn eq(&self, other: &DimensionalExponents) -> bool
fn eq(&self, other: &DimensionalExponents) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DimensionalExponents
Auto Trait Implementations§
impl Freeze for DimensionalExponents
impl RefUnwindSafe for DimensionalExponents
impl Send for DimensionalExponents
impl Sync for DimensionalExponents
impl Unpin for DimensionalExponents
impl UnsafeUnpin for DimensionalExponents
impl UnwindSafe for DimensionalExponents
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