pub struct RndWk {
pub node: RndWk,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node RndWk
Fields
node: RndWk
Implementations
sourceimpl RndWk
impl RndWk
sourcepub fn trig(self, v: f32, ma: f32) -> RndWk
pub fn trig(self, v: f32, ma: f32) -> RndWk
Set input parameter and modulation amount for Node RndWk Input trig
sourcepub fn step(self, v: f32, ma: f32) -> RndWk
pub fn step(self, v: f32, ma: f32) -> RndWk
Set input parameter and modulation amount for Node RndWk Input step
sourcepub fn offs(self, v: f32, ma: f32) -> RndWk
pub fn offs(self, v: f32, ma: f32) -> RndWk
Set input parameter and modulation amount for Node RndWk Input offs
sourcepub fn min(self, v: f32, ma: f32) -> RndWk
pub fn min(self, v: f32, ma: f32) -> RndWk
Set input parameter and modulation amount for Node RndWk Input min
Auto Trait Implementations
impl !RefUnwindSafe for RndWk
impl !Send for RndWk
impl !Sync for RndWk
impl Unpin for RndWk
impl !UnwindSafe for RndWk
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