pub struct Psd<const N: usize> { /* private fields */ }Expand description
Power spectral density accumulator and decimator
One stage in PsdCascade.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for Psd<N>
impl<const N: usize> !RefUnwindSafe for Psd<N>
impl<const N: usize> Send for Psd<N>
impl<const N: usize> Sync for Psd<N>
impl<const N: usize> Unpin for Psd<N>
impl<const N: usize> !UnwindSafe for Psd<N>
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