Struct esp_idf_svc::hal::units::SecondsU64
source · pub struct SecondsU64(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Add for SecondsU64
impl Add for SecondsU64
§type Output = SecondsU64
type Output = SecondsU64
The resulting type after applying the
+
operator.source§fn add(self, rhs: SecondsU64) -> <SecondsU64 as Add>::Output
fn add(self, rhs: SecondsU64) -> <SecondsU64 as Add>::Output
Performs the
+
operation. Read moresource§impl Clone for SecondsU64
impl Clone for SecondsU64
source§fn clone(&self) -> SecondsU64
fn clone(&self) -> SecondsU64
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 SecondsU64
impl Debug for SecondsU64
source§impl Default for SecondsU64
impl Default for SecondsU64
source§fn default() -> SecondsU64
fn default() -> SecondsU64
Returns the “default value” for a type. Read more
source§impl Display for SecondsU64
impl Display for SecondsU64
source§impl Div<u64> for SecondsU64
impl Div<u64> for SecondsU64
§type Output = SecondsU64
type Output = SecondsU64
The resulting type after applying the
/
operator.source§fn div(self, rhs: u64) -> <SecondsU64 as Div<u64>>::Output
fn div(self, rhs: u64) -> <SecondsU64 as Div<u64>>::Output
Performs the
/
operation. Read moresource§impl Div for SecondsU64
impl Div for SecondsU64
source§fn div(self, rhs: SecondsU64) -> <SecondsU64 as Div>::Output
fn div(self, rhs: SecondsU64) -> <SecondsU64 as Div>::Output
Performs the
/
operation. Read moresource§impl From<Seconds> for SecondsU64
impl From<Seconds> for SecondsU64
source§fn from(x: Seconds) -> SecondsU64
fn from(x: Seconds) -> SecondsU64
Converts to this type from the input type.
source§impl From<SecondsU64> for MicroSecondsU64
impl From<SecondsU64> for MicroSecondsU64
source§fn from(x: SecondsU64) -> MicroSecondsU64
fn from(x: SecondsU64) -> MicroSecondsU64
Converts to this type from the input type.
source§impl From<SecondsU64> for MilliSecondsU64
impl From<SecondsU64> for MilliSecondsU64
source§fn from(x: SecondsU64) -> MilliSecondsU64
fn from(x: SecondsU64) -> MilliSecondsU64
Converts to this type from the input type.
source§impl From<SecondsU64> for NanoSecondsU64
impl From<SecondsU64> for NanoSecondsU64
source§fn from(x: SecondsU64) -> NanoSecondsU64
fn from(x: SecondsU64) -> NanoSecondsU64
Converts to this type from the input type.
source§impl From<u64> for SecondsU64
impl From<u64> for SecondsU64
source§fn from(x: u64) -> SecondsU64
fn from(x: u64) -> SecondsU64
Converts to this type from the input type.
source§impl Hash for SecondsU64
impl Hash for SecondsU64
source§impl Mul<Hertz> for SecondsU64
impl Mul<Hertz> for SecondsU64
source§impl Mul<HertzU64> for SecondsU64
impl Mul<HertzU64> for SecondsU64
source§impl Mul<KiloHertz> for SecondsU64
impl Mul<KiloHertz> for SecondsU64
source§impl Mul<KiloHertzU64> for SecondsU64
impl Mul<KiloHertzU64> for SecondsU64
source§fn mul(self, rhs: KiloHertzU64) -> <SecondsU64 as Mul<KiloHertzU64>>::Output
fn mul(self, rhs: KiloHertzU64) -> <SecondsU64 as Mul<KiloHertzU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<MegaHertz> for SecondsU64
impl Mul<MegaHertz> for SecondsU64
source§impl Mul<MegaHertzU64> for SecondsU64
impl Mul<MegaHertzU64> for SecondsU64
source§fn mul(self, rhs: MegaHertzU64) -> <SecondsU64 as Mul<MegaHertzU64>>::Output
fn mul(self, rhs: MegaHertzU64) -> <SecondsU64 as Mul<MegaHertzU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<SecondsU64> for Hertz
impl Mul<SecondsU64> for Hertz
source§fn mul(self, rhs: SecondsU64) -> <Hertz as Mul<SecondsU64>>::Output
fn mul(self, rhs: SecondsU64) -> <Hertz as Mul<SecondsU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<SecondsU64> for HertzU64
impl Mul<SecondsU64> for HertzU64
source§fn mul(self, rhs: SecondsU64) -> <HertzU64 as Mul<SecondsU64>>::Output
fn mul(self, rhs: SecondsU64) -> <HertzU64 as Mul<SecondsU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<SecondsU64> for KiloHertz
impl Mul<SecondsU64> for KiloHertz
source§fn mul(self, rhs: SecondsU64) -> <KiloHertz as Mul<SecondsU64>>::Output
fn mul(self, rhs: SecondsU64) -> <KiloHertz as Mul<SecondsU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<SecondsU64> for KiloHertzU64
impl Mul<SecondsU64> for KiloHertzU64
source§fn mul(self, rhs: SecondsU64) -> <KiloHertzU64 as Mul<SecondsU64>>::Output
fn mul(self, rhs: SecondsU64) -> <KiloHertzU64 as Mul<SecondsU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<SecondsU64> for MegaHertz
impl Mul<SecondsU64> for MegaHertz
source§fn mul(self, rhs: SecondsU64) -> <MegaHertz as Mul<SecondsU64>>::Output
fn mul(self, rhs: SecondsU64) -> <MegaHertz as Mul<SecondsU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<SecondsU64> for MegaHertzU64
impl Mul<SecondsU64> for MegaHertzU64
source§fn mul(self, rhs: SecondsU64) -> <MegaHertzU64 as Mul<SecondsU64>>::Output
fn mul(self, rhs: SecondsU64) -> <MegaHertzU64 as Mul<SecondsU64>>::Output
Performs the
*
operation. Read moresource§impl Mul<u64> for SecondsU64
impl Mul<u64> for SecondsU64
§type Output = SecondsU64
type Output = SecondsU64
The resulting type after applying the
*
operator.source§fn mul(self, rhs: u64) -> <SecondsU64 as Mul<u64>>::Output
fn mul(self, rhs: u64) -> <SecondsU64 as Mul<u64>>::Output
Performs the
*
operation. Read moresource§impl Ord for SecondsU64
impl Ord for SecondsU64
source§impl PartialEq for SecondsU64
impl PartialEq for SecondsU64
source§impl PartialOrd for SecondsU64
impl PartialOrd for SecondsU64
source§impl Sub for SecondsU64
impl Sub for SecondsU64
§type Output = SecondsU64
type Output = SecondsU64
The resulting type after applying the
-
operator.source§fn sub(self, rhs: SecondsU64) -> <SecondsU64 as Sub>::Output
fn sub(self, rhs: SecondsU64) -> <SecondsU64 as Sub>::Output
Performs the
-
operation. Read moresource§impl TryFrom<SecondsU64> for Seconds
impl TryFrom<SecondsU64> for Seconds
source§fn try_from(
x: SecondsU64,
) -> Result<Seconds, <Seconds as TryFrom<SecondsU64>>::Error>
fn try_from( x: SecondsU64, ) -> Result<Seconds, <Seconds as TryFrom<SecondsU64>>::Error>
Performs the conversion.
impl Copy for SecondsU64
impl Eq for SecondsU64
impl Quantity for SecondsU64
impl StructuralPartialEq for SecondsU64
impl TimeU64 for SecondsU64
Auto Trait Implementations§
impl Freeze for SecondsU64
impl RefUnwindSafe for SecondsU64
impl Send for SecondsU64
impl Sync for SecondsU64
impl Unpin for SecondsU64
impl UnwindSafe for SecondsU64
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
)