Scale

Type Alias Scale 

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

Aliased Type§

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

Tuple Fields§

§0: T