pub type Ratio = Ratio<NonNegativeNumber>;
Expand description
A computed
Aliased Type§
struct Ratio(pub NonNegative<f32>, pub NonNegative<f32>);
Fields§
§0: NonNegative<f32>
§1: NonNegative<f32>
pub type Ratio = Ratio<NonNegativeNumber>;
A computed
struct Ratio(pub NonNegative<f32>, pub NonNegative<f32>);
0: NonNegative<f32>
§1: NonNegative<f32>