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