pub type Time<U, V> = Quantity<dyn Dimension<N = Z0, J = Z0, I = Z0, T = PInt<UInt<UTerm, B1>>, L = Z0, M = Z0, Kind = dyn Kind, Th = Z0>, U, V>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Time<U, V> {
pub dimension: PhantomData<dyn Dimension<N = Z0, J = Z0, I = Z0, T = PInt<UInt<UTerm, B1>>, L = Z0, M = Z0, Kind = dyn Kind, Th = Z0>>,
pub units: PhantomData<U>,
pub value: V,
}Fields§
§dimension: PhantomData<dyn Dimension<N = Z0, J = Z0, I = Z0, T = PInt<UInt<UTerm, B1>>, L = Z0, M = Z0, Kind = dyn Kind, Th = Z0>>Quantity dimension. See Dimension.
units: PhantomData<U>Quantity base units. See Units.
value: VQuantity value stored in the base units for the quantity.