pub struct NapiFpRuntimeTable {
pub id: i32,
pub data: NapiFlatVector<NapiPastaFp>,
}Fields§
§id: i32§data: NapiFlatVector<NapiPastaFp>Trait Implementations§
Source§impl Clone for NapiFpRuntimeTable
impl Clone for NapiFpRuntimeTable
Source§fn clone(&self) -> NapiFpRuntimeTable
fn clone(&self) -> NapiFpRuntimeTable
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<NapiFpRuntimeTable> for RuntimeTable<Fp>
impl From<NapiFpRuntimeTable> for RuntimeTable<Fp>
Source§fn from(value: NapiFpRuntimeTable) -> Self
fn from(value: NapiFpRuntimeTable) -> Self
Converts to this type from the input type.
Source§impl From<RuntimeTable<Fp<MontBackend<FqConfig, 4>, 4>>> for NapiFpRuntimeTable
impl From<RuntimeTable<Fp<MontBackend<FqConfig, 4>, 4>>> for NapiFpRuntimeTable
Source§fn from(value: RuntimeTable<Fp>) -> Self
fn from(value: RuntimeTable<Fp>) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiFpRuntimeTable
impl FromNapiValue for NapiFpRuntimeTable
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFpRuntimeTable>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFpRuntimeTable>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for NapiFpRuntimeTable
impl ToNapiValue for NapiFpRuntimeTable
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiFpRuntimeTable,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiFpRuntimeTable, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFpRuntimeTable
impl TypeName for NapiFpRuntimeTable
Auto Trait Implementations§
impl Freeze for NapiFpRuntimeTable
impl RefUnwindSafe for NapiFpRuntimeTable
impl Send for NapiFpRuntimeTable
impl Sync for NapiFpRuntimeTable
impl Unpin for NapiFpRuntimeTable
impl UnsafeUnpin for NapiFpRuntimeTable
impl UnwindSafe for NapiFpRuntimeTable
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