pub enum OnePoleMode {
LowPass,
HighPass,
}Expand description
Mode of a OnePoleFilter.
Variants§
Trait Implementations§
Source§impl Clone for OnePoleMode
impl Clone for OnePoleMode
Source§fn clone(&self) -> OnePoleMode
fn clone(&self) -> OnePoleMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnePoleMode
Source§impl Debug for OnePoleMode
impl Debug for OnePoleMode
impl Eq for OnePoleMode
Source§impl PartialEq for OnePoleMode
impl PartialEq for OnePoleMode
Source§fn eq(&self, other: &OnePoleMode) -> bool
fn eq(&self, other: &OnePoleMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OnePoleMode
Auto Trait Implementations§
impl Freeze for OnePoleMode
impl RefUnwindSafe for OnePoleMode
impl Send for OnePoleMode
impl Sync for OnePoleMode
impl Unpin for OnePoleMode
impl UnsafeUnpin for OnePoleMode
impl UnwindSafe for OnePoleMode
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