pub struct Out {
pub node: Out,
}
Expand description
Parameter Setter API Struct for Node Out
Fields
node: Out
Implementations
sourceimpl Out
impl Out
sourcepub fn ch1(self, v: f32) -> Out
pub fn ch1(self, v: f32) -> Out
Set input parameter for Node Out Input ch1
sourcepub fn ch2(self, v: f32) -> Out
pub fn ch2(self, v: f32) -> Out
Set input parameter for Node Out Input ch2
sourcepub fn vol(self, v: f32) -> Out
pub fn vol(self, v: f32) -> Out
Set input parameter for Node Out Input vol
sourcepub fn mono(self, v: i64) -> Out
pub fn mono(self, v: i64) -> Out
Set setting for Node Out Setting mono
Auto Trait Implementations
impl !RefUnwindSafe for Out
impl !Send for Out
impl !Sync for Out
impl Unpin for Out
impl !UnwindSafe for Out
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