pub struct SoftClip { /* private fields */ }
Expand description
Soft-clipping to bring a float signal within the [-1,1] range.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoftClip
impl RefUnwindSafe for SoftClip
impl Send for SoftClip
impl Sync for SoftClip
impl Unpin for SoftClip
impl UnwindSafe for SoftClip
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