pub struct RunningRMSProcessorHandleImpl<ST: AtomicFloatRepresentable> { /* private fields */ }
Expand description
A shared “processor handle” to RunningRMSProcessor
Implementations§
Source§impl<ST> RunningRMSProcessorHandleImpl<ST>
impl<ST> RunningRMSProcessorHandleImpl<ST>
Sourcepub fn calculate_rms(&self, channel: usize) -> ST
pub fn calculate_rms(&self, channel: usize) -> ST
Calculate the RMS of the current window based on its running sum and size
Auto Trait Implementations§
impl<ST> !Freeze for RunningRMSProcessorHandleImpl<ST>
impl<ST> RefUnwindSafe for RunningRMSProcessorHandleImpl<ST>
impl<ST> Send for RunningRMSProcessorHandleImpl<ST>
impl<ST> Sync for RunningRMSProcessorHandleImpl<ST>
impl<ST> Unpin for RunningRMSProcessorHandleImpl<ST>
impl<ST> UnwindSafe for RunningRMSProcessorHandleImpl<ST>
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