pub struct NapiFpPointEvaluations {
pub zeta: NapiVector<NapiPastaFp>,
pub zeta_omega: NapiVector<NapiPastaFp>,
}Fields§
§zeta: NapiVector<NapiPastaFp>§zeta_omega: NapiVector<NapiPastaFp>Trait Implementations§
Source§impl Clone for NapiFpPointEvaluations
impl Clone for NapiFpPointEvaluations
Source§fn clone(&self) -> NapiFpPointEvaluations
fn clone(&self) -> NapiFpPointEvaluations
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 From<&PointEvaluations<Vec<Fp<MontBackend<FqConfig, 4>, 4>>>> for NapiFpPointEvaluations
impl From<&PointEvaluations<Vec<Fp<MontBackend<FqConfig, 4>, 4>>>> for NapiFpPointEvaluations
Source§impl FromNapiValue for NapiFpPointEvaluations
impl FromNapiValue for NapiFpPointEvaluations
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFpPointEvaluations>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFpPointEvaluations>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for NapiFpPointEvaluations
impl ToNapiValue for NapiFpPointEvaluations
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiFpPointEvaluations,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiFpPointEvaluations, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFpPointEvaluations
impl TypeName for NapiFpPointEvaluations
Auto Trait Implementations§
impl Freeze for NapiFpPointEvaluations
impl RefUnwindSafe for NapiFpPointEvaluations
impl Send for NapiFpPointEvaluations
impl Sync for NapiFpPointEvaluations
impl Unpin for NapiFpPointEvaluations
impl UnsafeUnpin for NapiFpPointEvaluations
impl UnwindSafe for NapiFpPointEvaluations
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