pub struct Wavelet { /* private fields */ }Expand description
The Wavelet structure contains the filter coefficients defining the wavelet and any associated offset parameters.
Implementations§
Source§impl Wavelet
impl Wavelet
Trait Implementations§
Auto Trait Implementations§
impl !Send for Wavelet
impl !Sync for Wavelet
impl Freeze for Wavelet
impl RefUnwindSafe for Wavelet
impl Unpin for Wavelet
impl UnsafeUnpin for Wavelet
impl UnwindSafe for Wavelet
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