pub struct FrequencyMilliHertz(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FrequencyMilliHertz
impl Clone for FrequencyMilliHertz
Source§fn clone(&self) -> FrequencyMilliHertz
fn clone(&self) -> FrequencyMilliHertz
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FrequencyMilliHertz
Source§impl Debug for FrequencyMilliHertz
impl Debug for FrequencyMilliHertz
impl Eq for FrequencyMilliHertz
Source§impl Hash for FrequencyMilliHertz
impl Hash for FrequencyMilliHertz
Source§impl Ord for FrequencyMilliHertz
impl Ord for FrequencyMilliHertz
Source§fn cmp(&self, other: &FrequencyMilliHertz) -> Ordering
fn cmp(&self, other: &FrequencyMilliHertz) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FrequencyMilliHertz
impl PartialEq for FrequencyMilliHertz
Source§impl PartialOrd for FrequencyMilliHertz
impl PartialOrd for FrequencyMilliHertz
impl StructuralPartialEq for FrequencyMilliHertz
Auto Trait Implementations§
impl Freeze for FrequencyMilliHertz
impl RefUnwindSafe for FrequencyMilliHertz
impl Send for FrequencyMilliHertz
impl Sync for FrequencyMilliHertz
impl Unpin for FrequencyMilliHertz
impl UnsafeUnpin for FrequencyMilliHertz
impl UnwindSafe for FrequencyMilliHertz
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more