[−][src]Struct esp32_hal::units::NanoSecondsU64
Trait Implementations
impl Add<NanoSecondsU64> for NanoSecondsU64[src]
type Output = Self
The resulting type after applying the + operator.
fn add(self, rhs: Self) -> Self::Output[src]
impl Clone for NanoSecondsU64[src]
fn clone(&self) -> NanoSecondsU64[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NanoSecondsU64[src]
impl Debug for NanoSecondsU64[src]
impl Default for NanoSecondsU64[src]
fn default() -> NanoSecondsU64[src]
impl Display for NanoSecondsU64[src]
impl Div<NanoSecondsU64> for NanoSecondsU64[src]
type Output = LargeValueType
The resulting type after applying the / operator.
fn div(self, rhs: Self) -> Self::Output[src]
impl Div<u64> for NanoSecondsU64[src]
type Output = Self
The resulting type after applying the / operator.
fn div(self, rhs: LargeValueType) -> Self::Output[src]
impl Eq for NanoSecondsU64[src]
impl From<MicroSeconds> for NanoSecondsU64[src]
fn from(x: MicroSeconds) -> Self[src]
impl From<MicroSecondsU64> for NanoSecondsU64[src]
fn from(x: MicroSecondsU64) -> Self[src]
impl From<MilliSeconds> for NanoSecondsU64[src]
fn from(x: MilliSeconds) -> Self[src]
impl From<MilliSecondsU64> for NanoSecondsU64[src]
fn from(x: MilliSecondsU64) -> Self[src]
impl From<NanoSeconds> for NanoSecondsU64[src]
fn from(x: NanoSeconds) -> Self[src]
impl From<NanoSecondsU64> for LargeValueType[src]
fn from(x: NanoSecondsU64) -> Self[src]
impl From<Seconds> for NanoSecondsU64[src]
impl From<SecondsU64> for NanoSecondsU64[src]
fn from(x: SecondsU64) -> Self[src]
impl From<u64> for NanoSecondsU64[src]
fn from(x: LargeValueType) -> NanoSecondsU64[src]
impl Hash for NanoSecondsU64[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Mul<Hertz> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: Hertz) -> Self::Output[src]
impl Mul<HertzU64> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: HertzU64) -> Self::Output[src]
impl Mul<KiloHertz> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: KiloHertz) -> Self::Output[src]
impl Mul<KiloHertzU64> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: KiloHertzU64) -> Self::Output[src]
impl Mul<MegaHertz> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: MegaHertz) -> Self::Output[src]
impl Mul<MegaHertzU64> for NanoSecondsU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: MegaHertzU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for LargeValueType[src]
type Output = NanoSecondsU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for HertzU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for Hertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for KiloHertzU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for KiloHertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for MegaHertzU64[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<NanoSecondsU64> for MegaHertz[src]
type Output = TicksU64
The resulting type after applying the * operator.
fn mul(self, rhs: NanoSecondsU64) -> Self::Output[src]
impl Mul<u64> for NanoSecondsU64[src]
type Output = Self
The resulting type after applying the * operator.
fn mul(self, rhs: LargeValueType) -> Self::Output[src]
impl Ord for NanoSecondsU64[src]
fn cmp(&self, other: &NanoSecondsU64) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<NanoSecondsU64> for NanoSecondsU64[src]
fn eq(&self, other: &NanoSecondsU64) -> bool[src]
fn ne(&self, other: &NanoSecondsU64) -> bool[src]
impl PartialOrd<NanoSecondsU64> for NanoSecondsU64[src]
fn partial_cmp(&self, other: &NanoSecondsU64) -> Option<Ordering>[src]
fn lt(&self, other: &NanoSecondsU64) -> bool[src]
fn le(&self, other: &NanoSecondsU64) -> bool[src]
fn gt(&self, other: &NanoSecondsU64) -> bool[src]
fn ge(&self, other: &NanoSecondsU64) -> bool[src]
impl Quantity for NanoSecondsU64[src]
impl StructuralEq for NanoSecondsU64[src]
impl StructuralPartialEq for NanoSecondsU64[src]
impl Sub<NanoSecondsU64> for NanoSecondsU64[src]
type Output = Self
The resulting type after applying the - operator.
fn sub(self, rhs: Self) -> Self::Output[src]
impl TimeU64 for NanoSecondsU64[src]
impl TryFrom<NanoSecondsU64> for NanoSeconds[src]
type Error = TryFromIntError
The type returned in the event of a conversion error.
fn try_from(x: NanoSecondsU64) -> Result<NanoSeconds, Self::Error>[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,