pub type Temperature = Measure<TemperatureSystem>;
#[repr(transparent)]pub struct Temperature { pub val: f32, }
val: f32