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