pub struct Altitude(/* private fields */);Expand description
An altitude, in meters, above or below sea level.
Implementations§
Trait Implementations§
Source§impl AsRef<Quantity<dyn Dimension<I = Z0, N = Z0, Kind = dyn Kind, L = PInt<UInt<UTerm, B1>>, J = Z0, T = Z0, Th = Z0, M = Z0>, dyn Units<f64, luminous_intensity = candela, electric_current = ampere, length = meter, mass = kilogram, amount_of_substance = mole, time = second, thermodynamic_temperature = kelvin>, f64>> for Altitude
impl AsRef<Quantity<dyn Dimension<I = Z0, N = Z0, Kind = dyn Kind, L = PInt<UInt<UTerm, B1>>, J = Z0, T = Z0, Th = Z0, M = Z0>, dyn Units<f64, luminous_intensity = candela, electric_current = ampere, length = meter, mass = kilogram, amount_of_substance = mole, time = second, thermodynamic_temperature = kelvin>, f64>> for Altitude
Source§impl<'de> Deserialize<'de> for Altitude
impl<'de> Deserialize<'de> for Altitude
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
Source§impl Ord for Altitude
impl Ord for Altitude
Source§impl PartialOrd for Altitude
impl PartialOrd for Altitude
Source§impl TryFrom<Quantity<dyn Dimension<I = Z0, N = Z0, Kind = dyn Kind, L = PInt<UInt<UTerm, B1>>, J = Z0, T = Z0, Th = Z0, M = Z0>, dyn Units<f64, luminous_intensity = candela, electric_current = ampere, length = meter, mass = kilogram, amount_of_substance = mole, time = second, thermodynamic_temperature = kelvin>, f64>> for Altitude
impl TryFrom<Quantity<dyn Dimension<I = Z0, N = Z0, Kind = dyn Kind, L = PInt<UInt<UTerm, B1>>, J = Z0, T = Z0, Th = Z0, M = Z0>, dyn Units<f64, luminous_intensity = candela, electric_current = ampere, length = meter, mass = kilogram, amount_of_substance = mole, time = second, thermodynamic_temperature = kelvin>, f64>> for Altitude
impl Copy for Altitude
impl Eq for Altitude
impl StructuralPartialEq for Altitude
Auto Trait Implementations§
impl Freeze for Altitude
impl !RefUnwindSafe for Altitude
impl Send for Altitude
impl Sync for Altitude
impl Unpin for Altitude
impl UnsafeUnpin for Altitude
impl !UnwindSafe for Altitude
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