Struct kimchi_stubs::arkworks::bigint_256::CamlBigInteger256
source · pub struct CamlBigInteger256(pub BigInteger256);
Tuple Fields§
§0: BigInteger256
Trait Implementations§
source§impl Clone for CamlBigInteger256
impl Clone for CamlBigInteger256
source§fn clone(&self) -> CamlBigInteger256
fn clone(&self) -> CamlBigInteger256
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Custom for CamlBigInteger256
impl Custom for CamlBigInteger256
§const FIXED_LENGTH: Option<custom_fixed_length> = None
const FIXED_LENGTH: Option<custom_fixed_length> = None
Custom type fixed length
§const USED: usize = 0usize
const USED: usize = 0usize
used
parameter to alloc_custom
. This helps determine the frequency of garbage
collection related to this custom type.source§impl Debug for CamlBigInteger256
impl Debug for CamlBigInteger256
source§impl Deref for CamlBigInteger256
impl Deref for CamlBigInteger256
source§impl Display for CamlBigInteger256
impl Display for CamlBigInteger256
source§impl From<&CamlBigInteger256> for BigUint
impl From<&CamlBigInteger256> for BigUint
source§fn from(x: &CamlBigInteger256) -> BigUint
fn from(x: &CamlBigInteger256) -> BigUint
Converts to this type from the input type.
source§impl From<BigInt<4>> for CamlBigInteger256
impl From<BigInt<4>> for CamlBigInteger256
source§impl From<CamlBigInteger256> for BigUint
impl From<CamlBigInteger256> for BigUint
source§fn from(x: CamlBigInteger256) -> BigUint
fn from(x: CamlBigInteger256) -> BigUint
Converts to this type from the input type.
source§impl<'a> FromValue<'a> for CamlBigInteger256
impl<'a> FromValue<'a> for CamlBigInteger256
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl OCamlBinding for CamlBigInteger256
impl OCamlBinding for CamlBigInteger256
source§impl OCamlDesc for CamlBigInteger256
impl OCamlDesc for CamlBigInteger256
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)
source§impl TryFrom<&BigUint> for CamlBigInteger256
impl TryFrom<&BigUint> for CamlBigInteger256
source§impl TryFrom<BigUint> for CamlBigInteger256
impl TryFrom<BigUint> for CamlBigInteger256
source§impl TryFrom<CamlBigInteger256> for CamlFp
impl TryFrom<CamlBigInteger256> for CamlFp
source§impl TryFrom<CamlBigInteger256> for CamlFq
impl TryFrom<CamlBigInteger256> for CamlFq
impl Copy for CamlBigInteger256
Auto Trait Implementations§
impl RefUnwindSafe for CamlBigInteger256
impl Send for CamlBigInteger256
impl Sync for CamlBigInteger256
impl Unpin for CamlBigInteger256
impl UnwindSafe for CamlBigInteger256
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
§impl<T> IntoValue for Twhere
T: 'static + Custom,
impl<T> IntoValue for Twhere T: 'static + Custom,
§fn into_value(self, rt: &OCamlRuntime) -> Value
fn into_value(self, rt: &OCamlRuntime) -> Value
Convert to OCaml value