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