pub struct BiqFilt {
pub node: BiqFilt,
}
Expand description
Parameter Setter API Struct for Node BiqFilt
Fields
node: BiqFilt
Implementations
sourceimpl BiqFilt
impl BiqFilt
sourcepub fn inp(self, v: f32) -> BiqFilt
pub fn inp(self, v: f32) -> BiqFilt
Set input parameter for Node BiqFilt Input inp
sourcepub fn freq(self, v: f32) -> BiqFilt
pub fn freq(self, v: f32) -> BiqFilt
Set input parameter for Node BiqFilt Input freq
sourcepub fn q(self, v: f32) -> BiqFilt
pub fn q(self, v: f32) -> BiqFilt
Set input parameter for Node BiqFilt Input q
sourcepub fn gain(self, v: f32) -> BiqFilt
pub fn gain(self, v: f32) -> BiqFilt
Set input parameter for Node BiqFilt Input gain
sourcepub fn ftype(self, v: i64) -> BiqFilt
pub fn ftype(self, v: i64) -> BiqFilt
Set setting for Node BiqFilt Setting ftype
sourcepub fn order(self, v: i64) -> BiqFilt
pub fn order(self, v: i64) -> BiqFilt
Set setting for Node BiqFilt Setting order
Auto Trait Implementations
impl !RefUnwindSafe for BiqFilt
impl !Send for BiqFilt
impl !Sync for BiqFilt
impl Unpin for BiqFilt
impl !UnwindSafe for BiqFilt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more