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