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