pub struct Out {
pub node: Out,
}
Expand description
Input Port API Struct for Node Out
Fields
node: Out
Implementations
sourceimpl Out
impl Out
sourcepub fn ch1(self, node: &dyn ConstructorNodeOutputPort) -> Out
pub fn ch1(self, node: &dyn ConstructorNodeOutputPort) -> Out
Assign to input port for Node Out Input ch1
sourcepub fn ch2(self, node: &dyn ConstructorNodeOutputPort) -> Out
pub fn ch2(self, node: &dyn ConstructorNodeOutputPort) -> Out
Assign to input port for Node Out Input ch2
sourcepub fn vol(self, node: &dyn ConstructorNodeOutputPort) -> Out
pub fn vol(self, node: &dyn ConstructorNodeOutputPort) -> Out
Assign to input port for Node Out Input vol
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