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