[][src]Struct zkinterface::zkinterface_generated::zkinterface::R1CSConstraints

pub struct R1CSConstraints<'a> {
    pub _tab: Table<'a>,
}

Fields

_tab: Table<'a>

Methods

impl<'a> R1CSConstraints<'a>[src]

pub fn init_from_table(table: Table<'a>) -> Self[src]

pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>(
    _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
    args: &'args R1CSConstraintsArgs<'args>
) -> WIPOffset<R1CSConstraints<'bldr>>
[src]

pub const VT_CONSTRAINTS: VOffsetT[src]

pub const VT_INFO: VOffsetT[src]

pub fn constraints(
    &self
) -> Option<Vector<'a, ForwardsUOffset<BilinearConstraint<'a>>>>
[src]

pub fn info(&self) -> Option<Vector<'a, ForwardsUOffset<KeyValue<'a>>>>[src]

Optional: Any complementary info that may be useful.

Example: human-readable descriptions. Example: custom hints to an optimizer or analyzer.

Trait Implementations

impl<'a> Copy for R1CSConstraints<'a>[src]

impl<'a> PartialEq<R1CSConstraints<'a>> for R1CSConstraints<'a>[src]

impl<'a> Clone for R1CSConstraints<'a>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for R1CSConstraints<'a>[src]

impl<'a> Follow<'a> for R1CSConstraints<'a>[src]

type Inner = R1CSConstraints<'a>

Auto Trait Implementations

impl<'a> Send for R1CSConstraints<'a>

impl<'a> Sync for R1CSConstraints<'a>

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]