pub struct Highpass {
pub cutoff_start_freq: f32,
pub cutoff_end_freq: f32,
}Fields§
§cutoff_start_freq: f32§cutoff_end_freq: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Highpass
impl RefUnwindSafe for Highpass
impl Send for Highpass
impl Sync for Highpass
impl Unpin for Highpass
impl UnsafeUnpin for Highpass
impl UnwindSafe for Highpass
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