pub struct BiqFilt {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node BiqFilt
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl BiqFilt
impl BiqFilt
sourcepub fn set(self) -> BiqFilt
pub fn set(self) -> BiqFilt
Returns a structure with all settable parameters and settings. See also Node BiqFilt
sourcepub fn set_mod(self) -> BiqFilt
pub fn set_mod(self) -> BiqFilt
Returns a structure with all settable parameters with modulation amount. See also Node BiqFilt
sourcepub fn input(self) -> BiqFilt
pub fn input(self) -> BiqFilt
Returns a structure with all input ports/parameters. See also Node BiqFilt
sourcepub fn output(&self) -> BiqFilt
pub fn output(&self) -> BiqFilt
Returns a structure with all output ports/paramters. See also Node BiqFilt
Trait Implementations
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