Struct esp_idf_hal::units::MilliSeconds
source · pub struct MilliSeconds(pub ValueType);
Tuple Fields§
§0: ValueType
Trait Implementations§
source§impl Add for MilliSeconds
impl Add for MilliSeconds
source§impl Clone for MilliSeconds
impl Clone for MilliSeconds
source§fn clone(&self) -> MilliSeconds
fn clone(&self) -> MilliSeconds
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 MilliSeconds
impl Debug for MilliSeconds
source§impl Default for MilliSeconds
impl Default for MilliSeconds
source§fn default() -> MilliSeconds
fn default() -> MilliSeconds
Returns the “default value” for a type. Read more
source§impl Display for MilliSeconds
impl Display for MilliSeconds
source§impl Div<u32> for MilliSeconds
impl Div<u32> for MilliSeconds
source§impl Div for MilliSeconds
impl Div for MilliSeconds
source§impl From<MilliSeconds> for MicroSeconds
impl From<MilliSeconds> for MicroSeconds
source§fn from(x: MilliSeconds) -> Self
fn from(x: MilliSeconds) -> Self
Converts to this type from the input type.
source§impl From<MilliSeconds> for MicroSecondsU64
impl From<MilliSeconds> for MicroSecondsU64
source§fn from(x: MilliSeconds) -> Self
fn from(x: MilliSeconds) -> Self
Converts to this type from the input type.
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<MilliSeconds> for NanoSeconds
impl From<MilliSeconds> for NanoSeconds
source§fn from(x: MilliSeconds) -> Self
fn from(x: MilliSeconds) -> 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<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<Seconds> for MilliSeconds
impl From<Seconds> for MilliSeconds
source§impl From<u32> for MilliSeconds
impl From<u32> for MilliSeconds
source§fn from(x: ValueType) -> MilliSeconds
fn from(x: ValueType) -> MilliSeconds
Converts to this type from the input type.
source§impl Hash for MilliSeconds
impl Hash for MilliSeconds
source§impl Mul<Hertz> for MilliSeconds
impl Mul<Hertz> for MilliSeconds
source§impl Mul<HertzU64> for MilliSeconds
impl Mul<HertzU64> for MilliSeconds
source§impl Mul<KiloHertz> for MilliSeconds
impl Mul<KiloHertz> for MilliSeconds
source§impl Mul<KiloHertzU64> for MilliSeconds
impl Mul<KiloHertzU64> for MilliSeconds
source§impl Mul<MegaHertz> for MilliSeconds
impl Mul<MegaHertz> for MilliSeconds
source§impl Mul<MegaHertzU64> for MilliSeconds
impl Mul<MegaHertzU64> for MilliSeconds
source§impl Mul<MilliSeconds> for Hertz
impl Mul<MilliSeconds> for Hertz
source§impl Mul<MilliSeconds> for HertzU64
impl Mul<MilliSeconds> for HertzU64
source§impl Mul<MilliSeconds> for KiloHertz
impl Mul<MilliSeconds> for KiloHertz
source§impl Mul<MilliSeconds> for KiloHertzU64
impl Mul<MilliSeconds> for KiloHertzU64
source§impl Mul<MilliSeconds> for MegaHertz
impl Mul<MilliSeconds> for MegaHertz
source§impl Mul<MilliSeconds> for MegaHertzU64
impl Mul<MilliSeconds> for MegaHertzU64
source§impl Mul<MilliSeconds> for ValueType
impl Mul<MilliSeconds> for ValueType
§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<u32> for MilliSeconds
impl Mul<u32> for MilliSeconds
source§impl Ord for MilliSeconds
impl Ord for MilliSeconds
source§impl PartialEq for MilliSeconds
impl PartialEq for MilliSeconds
source§impl PartialOrd for MilliSeconds
impl PartialOrd for MilliSeconds
source§impl Sub for MilliSeconds
impl Sub for MilliSeconds
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 MilliSeconds
impl Eq for MilliSeconds
impl Quantity for MilliSeconds
impl StructuralPartialEq for MilliSeconds
impl Time for MilliSeconds
Auto Trait Implementations§
impl Freeze for MilliSeconds
impl RefUnwindSafe for MilliSeconds
impl Send for MilliSeconds
impl Sync for MilliSeconds
impl Unpin for MilliSeconds
impl UnwindSafe for MilliSeconds
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
)