pub struct PitchMapPoint<T: Float> {
pub input_bin: T,
pub freq_grad: T,
}Expand description
Frequency mapping point
Fields§
§input_bin: T§freq_grad: TTrait Implementations§
Source§impl<T: Clone + Float> Clone for PitchMapPoint<T>
impl<T: Clone + Float> Clone for PitchMapPoint<T>
Source§fn clone(&self) -> PitchMapPoint<T>
fn clone(&self) -> PitchMapPoint<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<T> Freeze for PitchMapPoint<T>where
T: Freeze,
impl<T> RefUnwindSafe for PitchMapPoint<T>where
T: RefUnwindSafe,
impl<T> Send for PitchMapPoint<T>where
T: Send,
impl<T> Sync for PitchMapPoint<T>where
T: Sync,
impl<T> Unpin for PitchMapPoint<T>where
T: Unpin,
impl<T> UnwindSafe for PitchMapPoint<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