pub struct Delay {
pub node: Delay,
}
Expand description
Parameter Setter API Struct for Node Delay
Fields
node: Delay
Implementations
sourceimpl Delay
impl Delay
sourcepub fn inp(self, v: f32) -> Delay
pub fn inp(self, v: f32) -> Delay
Set input parameter for Node Delay Input inp
sourcepub fn trig(self, v: f32) -> Delay
pub fn trig(self, v: f32) -> Delay
Set input parameter for Node Delay Input trig
sourcepub fn time(self, v: f32) -> Delay
pub fn time(self, v: f32) -> Delay
Set input parameter for Node Delay Input time
sourcepub fn fb(self, v: f32) -> Delay
pub fn fb(self, v: f32) -> Delay
Set input parameter for Node Delay Input fb
sourcepub fn mix(self, v: f32) -> Delay
pub fn mix(self, v: f32) -> Delay
Set input parameter for Node Delay Input mix
sourcepub fn mode(self, v: i64) -> Delay
pub fn mode(self, v: i64) -> Delay
Set setting for Node Delay Setting mode
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