pub enum HighPassFreq {
Off,
Above12,
Above24,
}Expand description
The frequency above cross over frequency into main channel.
Variants§
Trait Implementations§
source§impl Clone for HighPassFreq
impl Clone for HighPassFreq
source§fn clone(&self) -> HighPassFreq
fn clone(&self) -> HighPassFreq
Returns a copy 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 HighPassFreq
impl Debug for HighPassFreq
source§impl Default for HighPassFreq
impl Default for HighPassFreq
source§impl PartialEq for HighPassFreq
impl PartialEq for HighPassFreq
source§fn eq(&self, other: &HighPassFreq) -> bool
fn eq(&self, other: &HighPassFreq) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for HighPassFreq
impl Eq for HighPassFreq
impl StructuralEq for HighPassFreq
impl StructuralPartialEq for HighPassFreq
Auto Trait Implementations§
impl RefUnwindSafe for HighPassFreq
impl Send for HighPassFreq
impl Sync for HighPassFreq
impl Unpin for HighPassFreq
impl UnwindSafe for HighPassFreq
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