pub type ScaleFactor<T, Src, Dst> = TypedScale<T, Src, Dst>;👎Deprecated
Expand description
Temporary alias to facilitate the transition to the new naming scheme
Aliased Type§
#[repr(C)]pub struct ScaleFactor<T, Src, Dst>(pub T, _);Tuple Fields§
§0: T