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]

[src]

Formats the value using the given formatter. Read more

impl Reflect<DCG> for DCG
[src]

[src]

impl Hash for DCG
[src]

[src]

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

1.3.0
[src]

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

impl Eq for DCG
[src]

impl PartialEq for DCG
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for DCG
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for DCG

impl !Sync for DCG