pub struct Wavelet { /* private fields */ }
Expand description
The Wavelet structure contains the filter coefficients defining the wavelet and any associated offset parameters.
Implementations
sourceimpl Wavelet
impl Wavelet
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Wavelet
impl !Send for Wavelet
impl !Sync for Wavelet
impl Unpin for Wavelet
impl UnwindSafe for Wavelet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more