pub type Acceleration = Qty<1, 0, -2, 0, 0, 0, 0>;
Metres per second squared.
pub struct Acceleration(/* private fields */);
*