pub struct Mux9 {
pub node: Mux9,
}
Expand description
Input Port API Struct for Node Mux9
Fields
node: Mux9
Implementations
sourceimpl Mux9
impl Mux9
sourcepub fn slct(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn slct(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input slct
sourcepub fn t_rst(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn t_rst(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input t_rst
sourcepub fn t_up(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn t_up(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input t_up
sourcepub fn t_down(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn t_down(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input t_down
sourcepub fn in_1(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_1(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_1
sourcepub fn in_2(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_2(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_2
sourcepub fn in_3(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_3(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_3
sourcepub fn in_4(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_4(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_4
sourcepub fn in_5(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_5(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_5
sourcepub fn in_6(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_6(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_6
sourcepub fn in_7(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_7(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_7
sourcepub fn in_8(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_8(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_8
sourcepub fn in_9(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
pub fn in_9(self, node: &dyn ConstructorNodeOutputPort) -> Mux9
Assign to input port for Node Mux9 Input in_9
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