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