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