Struct esp_idf_hal::units::NanoSecondsU64
source · pub struct NanoSecondsU64(pub LargeValueType);
Tuple Fields§
§0: LargeValueType
Trait Implementations§
source§impl Add for NanoSecondsU64
impl Add for NanoSecondsU64
source§impl Clone for NanoSecondsU64
impl Clone for NanoSecondsU64
source§fn clone(&self) -> NanoSecondsU64
fn clone(&self) -> NanoSecondsU64
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NanoSecondsU64
impl Debug for NanoSecondsU64
source§impl Default for NanoSecondsU64
impl Default for NanoSecondsU64
source§fn default() -> NanoSecondsU64
fn default() -> NanoSecondsU64
Returns the “default value” for a type. Read more
source§impl Display for NanoSecondsU64
impl Display for NanoSecondsU64
source§impl Div<u64> for NanoSecondsU64
impl Div<u64> for NanoSecondsU64
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
/
operator.source§fn div(self, rhs: LargeValueType) -> Self::Output
fn div(self, rhs: LargeValueType) -> Self::Output
Performs the
/
operation. Read moresource§impl Div for NanoSecondsU64
impl Div for NanoSecondsU64
source§impl From<MicroSeconds> for NanoSecondsU64
impl From<MicroSeconds> for NanoSecondsU64
source§fn from(x: MicroSeconds) -> Self
fn from(x: MicroSeconds) -> Self
Converts to this type from the input type.
source§impl From<MicroSecondsU64> for NanoSecondsU64
impl From<MicroSecondsU64> for NanoSecondsU64
source§fn from(x: MicroSecondsU64) -> Self
fn from(x: MicroSecondsU64) -> Self
Converts to this type from the input type.
source§impl From<MilliSeconds> for NanoSecondsU64
impl From<MilliSeconds> for NanoSecondsU64
source§fn from(x: MilliSeconds) -> Self
fn from(x: MilliSeconds) -> Self
Converts to this type from the input type.
source§impl From<MilliSecondsU64> for NanoSecondsU64
impl From<MilliSecondsU64> for NanoSecondsU64
source§fn from(x: MilliSecondsU64) -> Self
fn from(x: MilliSecondsU64) -> Self
Converts to this type from the input type.
source§impl From<NanoSeconds> for NanoSecondsU64
impl From<NanoSeconds> for NanoSecondsU64
source§fn from(x: NanoSeconds) -> Self
fn from(x: NanoSeconds) -> Self
Converts to this type from the input type.
source§impl From<NanoSecondsU64> for LargeValueType
impl From<NanoSecondsU64> for LargeValueType
source§fn from(x: NanoSecondsU64) -> Self
fn from(x: NanoSecondsU64) -> Self
Converts to this type from the input type.
source§impl From<Seconds> for NanoSecondsU64
impl From<Seconds> for NanoSecondsU64
source§impl From<SecondsU64> for NanoSecondsU64
impl From<SecondsU64> for NanoSecondsU64
source§fn from(x: SecondsU64) -> Self
fn from(x: SecondsU64) -> Self
Converts to this type from the input type.
source§impl From<u64> for NanoSecondsU64
impl From<u64> for NanoSecondsU64
source§fn from(x: LargeValueType) -> NanoSecondsU64
fn from(x: LargeValueType) -> NanoSecondsU64
Converts to this type from the input type.
source§impl Hash for NanoSecondsU64
impl Hash for NanoSecondsU64
source§impl Mul<Hertz> for NanoSecondsU64
impl Mul<Hertz> for NanoSecondsU64
source§impl Mul<HertzU64> for NanoSecondsU64
impl Mul<HertzU64> for NanoSecondsU64
source§impl Mul<KiloHertz> for NanoSecondsU64
impl Mul<KiloHertz> for NanoSecondsU64
source§impl Mul<KiloHertzU64> for NanoSecondsU64
impl Mul<KiloHertzU64> for NanoSecondsU64
source§impl Mul<MegaHertz> for NanoSecondsU64
impl Mul<MegaHertz> for NanoSecondsU64
source§impl Mul<MegaHertzU64> for NanoSecondsU64
impl Mul<MegaHertzU64> for NanoSecondsU64
source§impl Mul<NanoSecondsU64> for Hertz
impl Mul<NanoSecondsU64> for Hertz
source§impl Mul<NanoSecondsU64> for HertzU64
impl Mul<NanoSecondsU64> for HertzU64
source§impl Mul<NanoSecondsU64> for KiloHertz
impl Mul<NanoSecondsU64> for KiloHertz
source§impl Mul<NanoSecondsU64> for KiloHertzU64
impl Mul<NanoSecondsU64> for KiloHertzU64
source§impl Mul<NanoSecondsU64> for MegaHertz
impl Mul<NanoSecondsU64> for MegaHertz
source§impl Mul<NanoSecondsU64> for MegaHertzU64
impl Mul<NanoSecondsU64> for MegaHertzU64
source§impl Mul<NanoSecondsU64> for LargeValueType
impl Mul<NanoSecondsU64> for LargeValueType
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
*
operator.source§fn mul(self, rhs: NanoSecondsU64) -> Self::Output
fn mul(self, rhs: NanoSecondsU64) -> Self::Output
Performs the
*
operation. Read moresource§impl Mul<u64> for NanoSecondsU64
impl Mul<u64> for NanoSecondsU64
§type Output = NanoSecondsU64
type Output = NanoSecondsU64
The resulting type after applying the
*
operator.source§fn mul(self, rhs: LargeValueType) -> Self::Output
fn mul(self, rhs: LargeValueType) -> Self::Output
Performs the
*
operation. Read moresource§impl Ord for NanoSecondsU64
impl Ord for NanoSecondsU64
source§impl PartialEq for NanoSecondsU64
impl PartialEq for NanoSecondsU64
source§fn eq(&self, other: &NanoSecondsU64) -> bool
fn eq(&self, other: &NanoSecondsU64) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NanoSecondsU64
impl PartialOrd for NanoSecondsU64
source§impl Sub for NanoSecondsU64
impl Sub for NanoSecondsU64
source§impl TryFrom<NanoSecondsU64> for NanoSeconds
impl TryFrom<NanoSecondsU64> for NanoSeconds
source§fn try_from(x: NanoSecondsU64) -> Result<NanoSeconds, Self::Error>
fn try_from(x: NanoSecondsU64) -> Result<NanoSeconds, Self::Error>
Performs the conversion.
impl Copy for NanoSecondsU64
impl Eq for NanoSecondsU64
impl Quantity for NanoSecondsU64
impl StructuralPartialEq for NanoSecondsU64
impl TimeU64 for NanoSecondsU64
Auto Trait Implementations§
impl Freeze for NanoSecondsU64
impl RefUnwindSafe for NanoSecondsU64
impl Send for NanoSecondsU64
impl Sync for NanoSecondsU64
impl Unpin for NanoSecondsU64
impl UnwindSafe for NanoSecondsU64
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)