pub enum CrossOverFreq {
F50,
F80,
F95,
F110,
F115,
F120,
}Expand description
The highest frequency to cross over into LFE channel.
Variants§
Trait Implementations§
source§impl Clone for CrossOverFreq
impl Clone for CrossOverFreq
source§fn clone(&self) -> CrossOverFreq
fn clone(&self) -> CrossOverFreq
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 CrossOverFreq
impl Debug for CrossOverFreq
source§impl Default for CrossOverFreq
impl Default for CrossOverFreq
source§impl PartialEq for CrossOverFreq
impl PartialEq for CrossOverFreq
source§fn eq(&self, other: &CrossOverFreq) -> bool
fn eq(&self, other: &CrossOverFreq) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CrossOverFreq
impl Eq for CrossOverFreq
impl StructuralEq for CrossOverFreq
impl StructuralPartialEq for CrossOverFreq
Auto Trait Implementations§
impl RefUnwindSafe for CrossOverFreq
impl Send for CrossOverFreq
impl Sync for CrossOverFreq
impl Unpin for CrossOverFreq
impl UnwindSafe for CrossOverFreq
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