Struct cppn::cppn::CppnNodeIndex [] [src]

pub struct CppnNodeIndex(_);

New type wrapping a node index. The node index is used as an internal index into the node array. It can become unstable in case of removal of nodes.

Methods

impl NodeIndex
[src]

Trait Implementations

impl PartialOrd<NodeIndex> for NodeIndex
[src]

impl Copy for NodeIndex
[src]

impl Ord for NodeIndex
[src]

This method returns an Ordering between self and other. Read more

impl Eq for NodeIndex
[src]

impl PartialEq<NodeIndex> for NodeIndex
[src]

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

This method tests for !=.

impl Debug for NodeIndex
[src]

Formats the value using the given formatter.

impl Clone for NodeIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more