Struct leo_synthesizer::serialized_circuit::SerializedCircuit[][src]

pub struct SerializedCircuit {
    pub num_public_variables: usize,
    pub num_private_variables: usize,
    pub num_constraints: usize,
    pub public_variables: Vec<SerializedField>,
    pub private_variables: Vec<SerializedField>,
    pub at: Vec<Vec<(SerializedField, SerializedIndex)>>,
    pub bt: Vec<Vec<(SerializedField, SerializedIndex)>>,
    pub ct: Vec<Vec<(SerializedField, SerializedIndex)>>,
}

Fields

num_public_variables: usizenum_private_variables: usizenum_constraints: usizepublic_variables: Vec<SerializedField>private_variables: Vec<SerializedField>at: Vec<Vec<(SerializedField, SerializedIndex)>>bt: Vec<Vec<(SerializedField, SerializedIndex)>>ct: Vec<Vec<(SerializedField, SerializedIndex)>>

Implementations

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.