Enum yosys_netlist_json::PortDirection [] [src]

pub enum PortDirection {
    Input,
    Output,
    InOut,
}

Legal values for the direction of a port on a module

Variants

Trait Implementations

impl Copy for PortDirection
[src]

impl Clone for PortDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PortDirection
[src]

Formats the value using the given formatter.

impl Eq for PortDirection
[src]

impl PartialEq for PortDirection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.