pub type ValueType = u32;
Trait Implementations§
Source§impl From<MicroSeconds> for ValueType
impl From<MicroSeconds> for ValueType
Source§fn from(x: MicroSeconds) -> Self
fn from(x: MicroSeconds) -> Self
Converts to this type from the input type.
Source§impl From<MilliSeconds> for ValueType
impl From<MilliSeconds> for ValueType
Source§fn from(x: MilliSeconds) -> Self
fn from(x: MilliSeconds) -> Self
Converts to this type from the input type.
Source§impl From<NanoSeconds> for ValueType
impl From<NanoSeconds> for ValueType
Source§fn from(x: NanoSeconds) -> Self
fn from(x: NanoSeconds) -> Self
Converts to this type from the input type.
Source§impl FromValueType for ValueType
impl FromValueType for ValueType
Source§impl Mul<MicroSeconds> for ValueType
impl Mul<MicroSeconds> for ValueType
Source§type Output = MicroSeconds
type Output = MicroSeconds
The resulting type after applying the
*
operator.Source§fn mul(self, rhs: MicroSeconds) -> Self::Output
fn mul(self, rhs: MicroSeconds) -> Self::Output
Performs the
*
operation. Read moreSource§impl Mul<MilliSeconds> for ValueType
impl Mul<MilliSeconds> for ValueType
Source§type Output = MilliSeconds
type Output = MilliSeconds
The resulting type after applying the
*
operator.Source§fn mul(self, rhs: MilliSeconds) -> Self::Output
fn mul(self, rhs: MilliSeconds) -> Self::Output
Performs the
*
operation. Read moreSource§impl Mul<NanoSeconds> for ValueType
impl Mul<NanoSeconds> for ValueType
Source§type Output = NanoSeconds
type Output = NanoSeconds
The resulting type after applying the
*
operator.Source§fn mul(self, rhs: NanoSeconds) -> Self::Output
fn mul(self, rhs: NanoSeconds) -> Self::Output
Performs the
*
operation. Read more