Struct symphonia_core::conv::dither::Rectangular
source · pub struct Rectangular<F: Sample, T: Sample> { /* private fields */ }
Expand description
Rectangular
implements a dither using uniformly distributed (white) noise without shaping.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, T> RefUnwindSafe for Rectangular<F, T>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<F, T> Send for Rectangular<F, T>
impl<F, T> Sync for Rectangular<F, T>
impl<F, T> Unpin for Rectangular<F, T>
impl<F, T> UnwindSafe for Rectangular<F, T>where
F: UnwindSafe,
T: UnwindSafe,
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