Struct kimchi::snarky::constraint_system::EndoscaleRound
source · pub struct EndoscaleRound<A> {Show 13 fields
pub xt: A,
pub yt: A,
pub xp: A,
pub yp: A,
pub n_acc: A,
pub xr: A,
pub yr: A,
pub s1: A,
pub s3: A,
pub b1: A,
pub b2: A,
pub b3: A,
pub b4: A,
}
Fields§
§xt: A
§yt: A
§xp: A
§yp: A
§n_acc: A
§xr: A
§yr: A
§s1: A
§s3: A
§b1: A
§b2: A
§b3: A
§b4: A
Trait Implementations§
source§impl<A: Debug> Debug for EndoscaleRound<A>
impl<A: Debug> Debug for EndoscaleRound<A>
source§impl<'from_value_lifetime, A> FromValue<'from_value_lifetime> for EndoscaleRound<A>where
A: FromValue<'from_value_lifetime>,
impl<'from_value_lifetime, A> FromValue<'from_value_lifetime> for EndoscaleRound<A>where A: FromValue<'from_value_lifetime>,
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl<A> IntoValue for EndoscaleRound<A>where
A: IntoValue,
impl<A> IntoValue for EndoscaleRound<A>where A: IntoValue,
source§fn into_value(self, gc: &Runtime) -> Value
fn into_value(self, gc: &Runtime) -> Value
Convert to OCaml value
source§impl<A> OCamlBinding for EndoscaleRound<A>where
A: OCamlDesc,
impl<A> OCamlBinding for EndoscaleRound<A>where A: OCamlDesc,
source§impl<A> OCamlDesc for EndoscaleRound<A>where
A: OCamlDesc,
impl<A> OCamlDesc for EndoscaleRound<A>where A: OCamlDesc,
source§fn ocaml_desc(env: &Env, generics: &[&str]) -> String
fn ocaml_desc(env: &Env, generics: &[&str]) -> String
describes the type in OCaml, given the current environment [Env]
and the list of generic type parameters of the root type
(the type that makes use of this type)
Auto Trait Implementations§
impl<A> RefUnwindSafe for EndoscaleRound<A>where A: RefUnwindSafe,
impl<A> Send for EndoscaleRound<A>where A: Send,
impl<A> Sync for EndoscaleRound<A>where A: Sync,
impl<A> Unpin for EndoscaleRound<A>where A: Unpin,
impl<A> UnwindSafe for EndoscaleRound<A>where A: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more