pub type Scale<T> = Scale<T, UnknownUnit, UnknownUnit>;
#[repr(C)]pub struct Scale<T>(pub T, _);
0: T