[][src]Struct zkinterface::zkinterface_generated::zkinterface::CircuitArgs

pub struct CircuitArgs<'a> {
    pub connections: Option<WIPOffset<Variables<'a>>>,
    pub free_variable_id: u64,
    pub r1cs_generation: bool,
    pub witness_generation: bool,
    pub field_order: Option<WIPOffset<Vector<'a, u8>>>,
    pub configuration: Option<WIPOffset<Vector<'a, ForwardsUOffset<KeyValue<'a>>>>>,
}

Fields

connections: Option<WIPOffset<Variables<'a>>>free_variable_id: u64r1cs_generation: boolwitness_generation: boolfield_order: Option<WIPOffset<Vector<'a, u8>>>configuration: Option<WIPOffset<Vector<'a, ForwardsUOffset<KeyValue<'a>>>>>

Trait Implementations

impl<'a> Default for CircuitArgs<'a>[src]

Auto Trait Implementations

impl<'a> Send for CircuitArgs<'a>

impl<'a> Sync for CircuitArgs<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]