pub struct NapiPastaFpLookupTable {
id: i32,
data: NapiVecVecFp,
}Fields§
§id: i32§data: NapiVecVecFpImplementations§
Trait Implementations§
Source§impl Clone for NapiPastaFpLookupTable
impl Clone for NapiPastaFpLookupTable
Source§fn clone(&self) -> NapiPastaFpLookupTable
fn clone(&self) -> NapiPastaFpLookupTable
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<LookupTable<Fp<MontBackend<FqConfig, 4>, 4>>> for NapiPastaFpLookupTable
impl From<LookupTable<Fp<MontBackend<FqConfig, 4>, 4>>> for NapiPastaFpLookupTable
Source§fn from(value: LookupTable<Fp>) -> Self
fn from(value: LookupTable<Fp>) -> Self
Converts to this type from the input type.
Source§impl From<NapiPastaFpLookupTable> for LookupTable<Fp>
impl From<NapiPastaFpLookupTable> for LookupTable<Fp>
Source§fn from(value: NapiPastaFpLookupTable) -> Self
fn from(value: NapiPastaFpLookupTable) -> Self
Converts to this type from the input type.
Source§impl FromNapiMutRef for NapiPastaFpLookupTable
impl FromNapiMutRef for NapiPastaFpLookupTable
Source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static mut Self>
Safety Read more
Source§impl FromNapiRef for NapiPastaFpLookupTable
impl FromNapiRef for NapiPastaFpLookupTable
Source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static Self>
Safety Read more
Source§impl JavaScriptClassExt for NapiPastaFpLookupTable
impl JavaScriptClassExt for NapiPastaFpLookupTable
fn into_instance<'scope>( self, env: &'scope Env, ) -> Result<ClassInstance<'scope, Self>>
fn into_reference(self, env: Env) -> Result<Reference<Self>>
fn instance_of<'env, V: JsValue<'env>>(env: &Env, value: &V) -> Result<bool>
Source§impl ObjectFinalize for NapiPastaFpLookupTable
impl ObjectFinalize for NapiPastaFpLookupTable
Source§impl ToNapiValue for NapiPastaFpLookupTable
impl ToNapiValue for NapiPastaFpLookupTable
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiPastaFpLookupTable,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiPastaFpLookupTable, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for &NapiPastaFpLookupTable
impl TypeName for &NapiPastaFpLookupTable
Source§impl TypeName for &mut NapiPastaFpLookupTable
impl TypeName for &mut NapiPastaFpLookupTable
Source§impl TypeName for NapiPastaFpLookupTable
impl TypeName for NapiPastaFpLookupTable
Source§impl ValidateNapiValue for &NapiPastaFpLookupTable
impl ValidateNapiValue for &NapiPastaFpLookupTable
Auto Trait Implementations§
impl Freeze for NapiPastaFpLookupTable
impl RefUnwindSafe for NapiPastaFpLookupTable
impl Send for NapiPastaFpLookupTable
impl Sync for NapiPastaFpLookupTable
impl Unpin for NapiPastaFpLookupTable
impl UnsafeUnpin for NapiPastaFpLookupTable
impl UnwindSafe for NapiPastaFpLookupTable
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