pub struct Hertz<T: Float>(/* private fields */);Expand description
Base type for frequency, everything is based on Hertz
Implementations§
Trait Implementations§
Source§impl<T: PartialOrd + Float> PartialOrd for Hertz<T>
impl<T: PartialOrd + Float> PartialOrd for Hertz<T>
impl<T: Copy + Float> Copy for Hertz<T>
impl<T: Float> StructuralPartialEq for Hertz<T>
Auto Trait Implementations§
impl<T> Freeze for Hertz<T>where
T: Freeze,
impl<T> RefUnwindSafe for Hertz<T>where
T: RefUnwindSafe,
impl<T> Send for Hertz<T>where
T: Send,
impl<T> Sync for Hertz<T>where
T: Sync,
impl<T> Unpin for Hertz<T>where
T: Unpin,
impl<T> UnsafeUnpin for Hertz<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Hertz<T>where
T: UnwindSafe,
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