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