pub struct Sampl {
pub node_id: NodeId,
pub node: ConstructorNode,
pub port: Option<String>,
}
Expand description
Output Port API Struct for Node Sampl
Fields
node_id: NodeId
node: ConstructorNode
port: Option<String>
Implementations
sourceimpl Sampl
impl Sampl
sourcepub fn sig(self) -> Self
pub fn sig(self) -> Self
See also Node Sampl about details to this output
Trait Implementations
sourceimpl ConstructorNodeBuilder for Sampl
impl ConstructorNodeBuilder for Sampl
sourceimpl ConstructorNodeOutputPort for Sampl
impl ConstructorNodeOutputPort for Sampl
fn port(&self) -> (ConstructorNode, String)
Auto Trait Implementations
impl !RefUnwindSafe for Sampl
impl !Send for Sampl
impl !Sync for Sampl
impl Unpin for Sampl
impl !UnwindSafe for Sampl
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