Type Alias Scale

Source
pub type Scale<Src, Dest> = TypedScale<f32, Src, Dest>;

Aliased Type§

#[repr(C)]
pub struct Scale<Src, Dest>(pub f32);

Tuple Fields§

§0: f32