pub enum WindowFunctionType {
Hann,
Welch,
}Expand description
Window function type.
Variants§
Trait Implementations§
Source§impl Clone for WindowFunctionType
impl Clone for WindowFunctionType
Source§fn clone(&self) -> WindowFunctionType
fn clone(&self) -> WindowFunctionType
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 moreimpl Copy for WindowFunctionType
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