pub struct Delay {
pub node: Delay,
}
Expand description
Input Port API Struct for Node Delay
Fields
node: Delay
Implementations
sourceimpl Delay
impl Delay
sourcepub fn inp(self, node: &dyn ConstructorNodeOutputPort) -> Delay
pub fn inp(self, node: &dyn ConstructorNodeOutputPort) -> Delay
Assign to input port for Node Delay Input inp
sourcepub fn trig(self, node: &dyn ConstructorNodeOutputPort) -> Delay
pub fn trig(self, node: &dyn ConstructorNodeOutputPort) -> Delay
Assign to input port for Node Delay Input trig
sourcepub fn time(self, node: &dyn ConstructorNodeOutputPort) -> Delay
pub fn time(self, node: &dyn ConstructorNodeOutputPort) -> Delay
Assign to input port for Node Delay Input time
sourcepub fn fb(self, node: &dyn ConstructorNodeOutputPort) -> Delay
pub fn fb(self, node: &dyn ConstructorNodeOutputPort) -> Delay
Assign to input port for Node Delay Input fb
sourcepub fn mix(self, node: &dyn ConstructorNodeOutputPort) -> Delay
pub fn mix(self, node: &dyn ConstructorNodeOutputPort) -> Delay
Assign to input port for Node Delay Input mix
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