Enum bellman::Index [] [src]

pub enum Index {
    Input(usize),
    Aux(usize),
}

Represents the index of either an input variable or auxillary variable.

Variants

Trait Implementations

impl Copy for Index
[src]

impl Clone for Index
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Index
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Index
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Index

impl Sync for Index