Type Alias freya::prelude::Length

source ·
pub type Length = Length<f32, Measure>;

Aliased Type§

struct Length(pub f32, _);

Fields§

§0: f32

Trait Implementations§

§

impl<T, U> Default for Length<T, U>where T: Default,

§

fn default() -> Length<T, U>

Returns the “default value” for a type. Read more