pub struct Crossover {
pub peqs: &'static [u16],
}
Fields§
§peqs: &'static [u16]
First address of each biquad groups, each containing 4 sequential biquads.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crossover
impl RefUnwindSafe for Crossover
impl Send for Crossover
impl Sync for Crossover
impl Unpin for Crossover
impl UnwindSafe for Crossover
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