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