pub struct BatchAccumulator { /* private fields */ }Expand description
Batch transform - accumulate N samples into a group.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchAccumulator
impl RefUnwindSafe for BatchAccumulator
impl Send for BatchAccumulator
impl Sync for BatchAccumulator
impl Unpin for BatchAccumulator
impl UnsafeUnpin for BatchAccumulator
impl UnwindSafe for BatchAccumulator
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