Struct esp_idf_hal::units::MilliSecondsU64
source · pub struct MilliSecondsU64(pub LargeValueType);
Tuple Fields§
§0: LargeValueType
Trait Implementations§
source§impl Add for MilliSecondsU64
impl Add for MilliSecondsU64
source§impl Clone for MilliSecondsU64
impl Clone for MilliSecondsU64
source§fn clone(&self) -> MilliSecondsU64
fn clone(&self) -> MilliSecondsU64
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 MilliSecondsU64
impl Debug for MilliSecondsU64
source§impl Default for MilliSecondsU64
impl Default for MilliSecondsU64
source§fn default() -> MilliSecondsU64
fn default() -> MilliSecondsU64
Returns the “default value” for a type. Read more
source§impl Display for MilliSecondsU64
impl Display for MilliSecondsU64
source§impl Div<u64> for MilliSecondsU64
impl Div<u64> for MilliSecondsU64
§type Output = MilliSecondsU64
type Output = MilliSecondsU64
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 MilliSecondsU64
impl Div for MilliSecondsU64
source§impl From<MilliSeconds> for MilliSecondsU64
impl From<MilliSeconds> for MilliSecondsU64
source§fn from(x: MilliSeconds) -> Self
fn from(x: MilliSeconds) -> Self
Converts to this type from the input type.
source§impl From<MilliSecondsU64> for MicroSecondsU64
impl From<MilliSecondsU64> for MicroSecondsU64
source§fn from(x: MilliSecondsU64) -> Self
fn from(x: MilliSecondsU64) -> 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<MilliSecondsU64> for LargeValueType
impl From<MilliSecondsU64> for LargeValueType
source§fn from(x: MilliSecondsU64) -> Self
fn from(x: MilliSecondsU64) -> Self
Converts to this type from the input type.
source§impl From<Seconds> for MilliSecondsU64
impl From<Seconds> for MilliSecondsU64
source§impl From<SecondsU64> for MilliSecondsU64
impl From<SecondsU64> for MilliSecondsU64
source§fn from(x: SecondsU64) -> Self
fn from(x: SecondsU64) -> Self
Converts to this type from the input type.
source§impl From<u64> for MilliSecondsU64
impl From<u64> for MilliSecondsU64
source§fn from(x: LargeValueType) -> MilliSecondsU64
fn from(x: LargeValueType) -> MilliSecondsU64
Converts to this type from the input type.
source§impl Hash for MilliSecondsU64
impl Hash for MilliSecondsU64
source§impl Mul<Hertz> for MilliSecondsU64
impl Mul<Hertz> for MilliSecondsU64
source§impl Mul<HertzU64> for MilliSecondsU64
impl Mul<HertzU64> for MilliSecondsU64
source§impl Mul<KiloHertz> for MilliSecondsU64
impl Mul<KiloHertz> for MilliSecondsU64
source§impl Mul<KiloHertzU64> for MilliSecondsU64
impl Mul<KiloHertzU64> for MilliSecondsU64
source§impl Mul<MegaHertz> for MilliSecondsU64
impl Mul<MegaHertz> for MilliSecondsU64
source§impl Mul<MegaHertzU64> for MilliSecondsU64
impl Mul<MegaHertzU64> for MilliSecondsU64
source§impl Mul<MilliSecondsU64> for Hertz
impl Mul<MilliSecondsU64> for Hertz
source§impl Mul<MilliSecondsU64> for HertzU64
impl Mul<MilliSecondsU64> for HertzU64
source§impl Mul<MilliSecondsU64> for KiloHertz
impl Mul<MilliSecondsU64> for KiloHertz
source§impl Mul<MilliSecondsU64> for KiloHertzU64
impl Mul<MilliSecondsU64> for KiloHertzU64
source§impl Mul<MilliSecondsU64> for MegaHertz
impl Mul<MilliSecondsU64> for MegaHertz
source§impl Mul<MilliSecondsU64> for MegaHertzU64
impl Mul<MilliSecondsU64> for MegaHertzU64
source§impl Mul<MilliSecondsU64> for LargeValueType
impl Mul<MilliSecondsU64> for LargeValueType
§type Output = MilliSecondsU64
type Output = MilliSecondsU64
The resulting type after applying the
*
operator.source§fn mul(self, rhs: MilliSecondsU64) -> Self::Output
fn mul(self, rhs: MilliSecondsU64) -> Self::Output
Performs the
*
operation. Read moresource§impl Mul<u64> for MilliSecondsU64
impl Mul<u64> for MilliSecondsU64
§type Output = MilliSecondsU64
type Output = MilliSecondsU64
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 MilliSecondsU64
impl Ord for MilliSecondsU64
source§impl PartialEq for MilliSecondsU64
impl PartialEq for MilliSecondsU64
source§fn eq(&self, other: &MilliSecondsU64) -> bool
fn eq(&self, other: &MilliSecondsU64) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MilliSecondsU64
impl PartialOrd for MilliSecondsU64
source§impl Sub for MilliSecondsU64
impl Sub for MilliSecondsU64
source§impl TryFrom<MilliSecondsU64> for MilliSeconds
impl TryFrom<MilliSecondsU64> for MilliSeconds
source§fn try_from(x: MilliSecondsU64) -> Result<MilliSeconds, Self::Error>
fn try_from(x: MilliSecondsU64) -> Result<MilliSeconds, Self::Error>
Performs the conversion.
impl Copy for MilliSecondsU64
impl Eq for MilliSecondsU64
impl Quantity for MilliSecondsU64
impl StructuralPartialEq for MilliSecondsU64
impl TimeU64 for MilliSecondsU64
Auto Trait Implementations§
impl Freeze for MilliSecondsU64
impl RefUnwindSafe for MilliSecondsU64
impl Send for MilliSecondsU64
impl Sync for MilliSecondsU64
impl Unpin for MilliSecondsU64
impl UnwindSafe for MilliSecondsU64
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
)