pub enum WindowFunctionType {
Hann,
BlackmanHarris,
Blackman,
Rectangular,
Triangular,
Parzen,
Welch,
Sine,
}
Variants§
Auto Trait Implementations§
impl Freeze for WindowFunctionType
impl RefUnwindSafe for WindowFunctionType
impl Send for WindowFunctionType
impl Sync for WindowFunctionType
impl Unpin for WindowFunctionType
impl UnwindSafe for WindowFunctionType
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