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