pub struct Convolver {
pub fft_size: usize,
pub previous_tail: Vec<f32>,
/* private fields */
}Fields§
§fft_size: usize§previous_tail: Vec<f32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Convolver
impl !RefUnwindSafe for Convolver
impl Send for Convolver
impl Sync for Convolver
impl Unpin for Convolver
impl !UnwindSafe for Convolver
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