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