Skip to main content

Meter3PerKilogram

Type Alias Meter3PerKilogram 

Source
pub type Meter3PerKilogram<V> = SI<V, Meter3PerKilogram>;

Aliased Type§

pub struct Meter3PerKilogram<V> {
    pub value_unsafe: V,
    /* private fields */
}

Fields§

§value_unsafe: V

This is the value of whatever type we’re giving units. Using it directly bypasses all of the dimensional analysis that having a unit system provides, and should be avoided whenever possible.

If using this member is necessary, it is strongly encouraged to wrap the calculation in a dimensionally-safe interface.