Struct cppn::substrate::Substrate [] [src]

pub struct Substrate<P, T> where
    P: Position
{ /* fields omitted */ }

Methods

impl<P, T> Substrate<P, T> where
    P: Position
[src]

[src]

[src]

[src]

Iterate over all produced links of Cppn.

Trait Implementations

impl<P: Clone, T: Clone> Clone for Substrate<P, T> where
    P: Position
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<P: Debug, T: Debug> Debug for Substrate<P, T> where
    P: Position
[src]

[src]

Formats the value using the given formatter.