pub enum WindowShape {
Ignore,
ACG,
Kaiser,
}Expand description
Window shape for STFT
Variants§
Ignore
Ignore window shape (use rectangular window)
ACG
Approximate Confined Gaussian window
Kaiser
Kaiser window
Trait Implementations§
Source§impl Clone for WindowShape
impl Clone for WindowShape
Source§fn clone(&self) -> WindowShape
fn clone(&self) -> WindowShape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowShape
impl Debug for WindowShape
Source§impl PartialEq for WindowShape
impl PartialEq for WindowShape
impl Copy for WindowShape
impl Eq for WindowShape
impl StructuralPartialEq for WindowShape
Auto Trait Implementations§
impl Freeze for WindowShape
impl RefUnwindSafe for WindowShape
impl Send for WindowShape
impl Sync for WindowShape
impl Unpin for WindowShape
impl UnwindSafe for WindowShape
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