Struct kimchi::snarky::constraint_system::EndoscaleScalarRound
source · pub struct EndoscaleScalarRound<A> {Show 14 fields
pub n0: A,
pub n8: A,
pub a0: A,
pub b0: A,
pub a8: A,
pub b8: A,
pub x0: A,
pub x1: A,
pub x2: A,
pub x3: A,
pub x4: A,
pub x5: A,
pub x6: A,
pub x7: A,
}
Fields§
§n0: A
§n8: A
§a0: A
§b0: A
§a8: A
§b8: A
§x0: A
§x1: A
§x2: A
§x3: A
§x4: A
§x5: A
§x6: A
§x7: A
Trait Implementations§
source§impl<A: Debug> Debug for EndoscaleScalarRound<A>
impl<A: Debug> Debug for EndoscaleScalarRound<A>
source§impl<'from_value_lifetime, A> FromValue<'from_value_lifetime> for EndoscaleScalarRound<A>where
A: FromValue<'from_value_lifetime>,
impl<'from_value_lifetime, A> FromValue<'from_value_lifetime> for EndoscaleScalarRound<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 EndoscaleScalarRound<A>where
A: IntoValue,
impl<A> IntoValue for EndoscaleScalarRound<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 EndoscaleScalarRound<A>where
A: OCamlDesc,
impl<A> OCamlBinding for EndoscaleScalarRound<A>where A: OCamlDesc,
source§impl<A> OCamlDesc for EndoscaleScalarRound<A>where
A: OCamlDesc,
impl<A> OCamlDesc for EndoscaleScalarRound<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 EndoscaleScalarRound<A>where A: RefUnwindSafe,
impl<A> Send for EndoscaleScalarRound<A>where A: Send,
impl<A> Sync for EndoscaleScalarRound<A>where A: Sync,
impl<A> Unpin for EndoscaleScalarRound<A>where A: Unpin,
impl<A> UnwindSafe for EndoscaleScalarRound<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