Type Alias Scale

Source
pub type Scale<T> = Scale<T, UnknownUnit, UnknownUnit>;

Aliased Type§

#[repr(C)]
pub struct Scale<T>(pub T, _);

Tuple Fields§

§0: T