pub enum BandSource {
Long,
Short,
}Expand description
Which analysis window a band’s magnitudes come from.
Variants§
Long
The long LOW_WINDOW_SIZE window — bands below the crossover.
Short
The short WINDOW_SIZE window — bands at or above the crossover.
Trait Implementations§
Source§impl Clone for BandSource
impl Clone for BandSource
Source§fn clone(&self) -> BandSource
fn clone(&self) -> BandSource
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 moreSource§impl Debug for BandSource
impl Debug for BandSource
Source§impl PartialEq for BandSource
impl PartialEq for BandSource
Source§fn eq(&self, other: &BandSource) -> bool
fn eq(&self, other: &BandSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BandSource
impl Eq for BandSource
impl StructuralPartialEq for BandSource
Auto Trait Implementations§
impl Freeze for BandSource
impl RefUnwindSafe for BandSource
impl Send for BandSource
impl Sync for BandSource
impl Unpin for BandSource
impl UnsafeUnpin for BandSource
impl UnwindSafe for BandSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.