pub struct Mux9 {
    pub node: Mux9,
}
Expand description

Input Port API Struct for Node Mux9

Fields

node: Mux9

Implementations

Assign to input port for Node Mux9 Input slct

Assign to input port for Node Mux9 Input t_rst

Assign to input port for Node Mux9 Input t_up

Assign to input port for Node Mux9 Input t_down

Assign to input port for Node Mux9 Input in_1

Assign to input port for Node Mux9 Input in_2

Assign to input port for Node Mux9 Input in_3

Assign to input port for Node Mux9 Input in_4

Assign to input port for Node Mux9 Input in_5

Assign to input port for Node Mux9 Input in_6

Assign to input port for Node Mux9 Input in_7

Assign to input port for Node Mux9 Input in_8

Assign to input port for Node Mux9 Input in_9

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.