Enum cppn::substrate::NodeConnectivity [] [src]

pub enum NodeConnectivity {
    In,
    Out,
    InOut,
}

Variants

Trait Implementations

impl Debug for NodeConnectivity
[src]

Formats the value using the given formatter.

impl Copy for NodeConnectivity
[src]

impl Clone for NodeConnectivity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more