Struct adapton::engine::DCG [] [src]

pub struct DCG {
    pub flags: Flags,
    // some fields omitted
}

(DCG) Demanded Computation Graph: The cache of past computation.

The DCG consists of private state (a memo table of DCG nodes, a stack of DCG nodes, edges among these nodes, the current namespace, etc.).

Fields

Trait Implementations

impl Debug for DCG
[src]

Formats the value using the given formatter.

impl Reflect<DCG> for DCG
[src]

impl Hash for DCG
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for DCG
[src]

impl PartialEq for DCG
[src]

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

This method tests for !=.

impl Clone for DCG
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more