pub struct NapiFqDomain {
pub log_size_of_group: i32,
pub group_gen: NapiPastaFq,
}Fields§
§log_size_of_group: i32§group_gen: NapiPastaFqTrait Implementations§
Source§impl Clone for NapiFqDomain
impl Clone for NapiFqDomain
Source§fn clone(&self) -> NapiFqDomain
fn clone(&self) -> NapiFqDomain
Returns a duplicate 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 Debug for NapiFqDomain
impl Debug for NapiFqDomain
Source§impl Default for NapiFqDomain
impl Default for NapiFqDomain
Source§fn default() -> NapiFqDomain
fn default() -> NapiFqDomain
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiFqDomain
impl<'de> Deserialize<'de> for NapiFqDomain
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&Radix2EvaluationDomain<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiFqDomain
impl From<&Radix2EvaluationDomain<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiFqDomain
Source§impl From<NapiFqDomain> for Domain<Fq>
impl From<NapiFqDomain> for Domain<Fq>
Source§fn from(domain: NapiFqDomain) -> Self
fn from(domain: NapiFqDomain) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiFqDomain
impl FromNapiValue for NapiFqDomain
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFqDomain>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFqDomain>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl Serialize for NapiFqDomain
impl Serialize for NapiFqDomain
Source§impl ToNapiValue for NapiFqDomain
impl ToNapiValue for NapiFqDomain
Source§unsafe fn to_napi_value(env: napi_env, val: NapiFqDomain) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiFqDomain) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFqDomain
impl TypeName for NapiFqDomain
Auto Trait Implementations§
impl Freeze for NapiFqDomain
impl RefUnwindSafe for NapiFqDomain
impl Send for NapiFqDomain
impl Sync for NapiFqDomain
impl Unpin for NapiFqDomain
impl UnsafeUnpin for NapiFqDomain
impl UnwindSafe for NapiFqDomain
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