Enum yosys_netlist_json::PortDirection
[−]
[src]
pub enum PortDirection { Input, Output, InOut, }
Legal values for the direction of a port on a module
Variants
Input
Output
InOut
Trait Implementations
impl Copy for PortDirection
[src]
impl Clone for PortDirection
[src]
fn clone(&self) -> PortDirection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more