Frequency

Type Alias Frequency 

Source
pub type Frequency = UnitNumber<FrequencyUnit>;

Aliased Type§

pub struct Frequency { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl Mul<UnitNumber<TimeUnit>> for Frequency

Source§

type Output = Number

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Time) -> Self::Output

Performs the * operation. Read more