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