Type Alias Length

Source
pub type Length<U> = Length<f32, U>;

Aliased Type§

#[repr(C)]
pub struct Length<U>(pub f32);

Tuple Fields§

§0: f32