pub struct Upsampler {
components: Vec<UpsamplerComponent>,
line_buffer_size: usize,
}
Fields§
§components: Vec<UpsamplerComponent>
§line_buffer_size: usize
Implementations§
Auto Trait Implementations§
impl Freeze for Upsampler
impl !RefUnwindSafe for Upsampler
impl !Send for Upsampler
impl Sync for Upsampler
impl Unpin for Upsampler
impl !UnwindSafe for Upsampler
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