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