Struct esp_idf_hal::units::SecondsU64
source · pub struct SecondsU64(pub LargeValueType);
Tuple Fields§
§0: LargeValueType
Trait Implementations§
source§impl Add for SecondsU64
impl Add for SecondsU64
source§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: LargeValueType) -> Self::Output
fn div(self, rhs: LargeValueType) -> Self::Output
Performs the
/
operation. Read moresource§impl Div for SecondsU64
impl Div for SecondsU64
source§impl From<Seconds> for SecondsU64
impl From<Seconds> for SecondsU64
source§impl From<SecondsU64> for MicroSecondsU64
impl From<SecondsU64> for MicroSecondsU64
source§fn from(x: SecondsU64) -> Self
fn from(x: SecondsU64) -> Self
Converts to this type from the input type.
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<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<SecondsU64> for LargeValueType
impl From<SecondsU64> for LargeValueType
source§fn from(x: SecondsU64) -> Self
fn from(x: SecondsU64) -> Self
Converts to this type from the input type.
source§impl From<u64> for SecondsU64
impl From<u64> for SecondsU64
source§fn from(x: LargeValueType) -> SecondsU64
fn from(x: LargeValueType) -> 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§impl Mul<MegaHertz> for SecondsU64
impl Mul<MegaHertz> for SecondsU64
source§impl Mul<MegaHertzU64> for SecondsU64
impl Mul<MegaHertzU64> for SecondsU64
source§impl Mul<SecondsU64> for Hertz
impl Mul<SecondsU64> for Hertz
source§impl Mul<SecondsU64> for HertzU64
impl Mul<SecondsU64> for HertzU64
source§impl Mul<SecondsU64> for KiloHertz
impl Mul<SecondsU64> for KiloHertz
source§impl Mul<SecondsU64> for KiloHertzU64
impl Mul<SecondsU64> for KiloHertzU64
source§impl Mul<SecondsU64> for MegaHertz
impl Mul<SecondsU64> for MegaHertz
source§impl Mul<SecondsU64> for MegaHertzU64
impl Mul<SecondsU64> for MegaHertzU64
source§impl Mul<SecondsU64> for LargeValueType
impl Mul<SecondsU64> for LargeValueType
§type Output = SecondsU64
type Output = SecondsU64
The resulting type after applying the
*
operator.source§fn mul(self, rhs: SecondsU64) -> Self::Output
fn mul(self, rhs: SecondsU64) -> Self::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: LargeValueType) -> Self::Output
fn mul(self, rhs: LargeValueType) -> Self::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
source§impl TryFrom<SecondsU64> for Seconds
impl TryFrom<SecondsU64> for Seconds
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
)