pub struct WasmVecVecFp(pub Vec<Vec<Fp>>);Tuple Fields§
§0: Vec<Vec<Fp>>Implementations§
Trait Implementations§
Source§impl Clone for NapiVecVecFp
impl Clone for NapiVecVecFp
Source§fn clone(&self) -> NapiVecVecFp
fn clone(&self) -> NapiVecVecFp
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 NapiVecVecFp
impl Debug for NapiVecVecFp
Source§impl Default for NapiVecVecFp
impl Default for NapiVecVecFp
Source§fn default() -> NapiVecVecFp
fn default() -> NapiVecVecFp
Returns the “default value” for a type. Read more
Source§impl From<NapiVecVecFp> for Vec<Vec<Fp>>
impl From<NapiVecVecFp> for Vec<Vec<Fp>>
Source§fn from(value: NapiVecVecFp) -> Self
fn from(value: NapiVecVecFp) -> Self
Converts to this type from the input type.
Source§impl FromNapiMutRef for NapiVecVecFp
impl FromNapiMutRef for NapiVecVecFp
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 NapiVecVecFp
impl FromNapiRef for NapiVecVecFp
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 FromNapiValue for NapiVecVecFp
impl FromNapiValue for NapiVecVecFp
Source§unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl JavaScriptClassExt for NapiVecVecFp
impl JavaScriptClassExt for NapiVecVecFp
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 ToNapiValue for NapiVecVecFp
impl ToNapiValue for NapiVecVecFp
Source§unsafe fn to_napi_value(env: napi_env, val: NapiVecVecFp) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiVecVecFp) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for &NapiVecVecFp
impl TypeName for &NapiVecVecFp
Source§impl TypeName for &mut NapiVecVecFp
impl TypeName for &mut NapiVecVecFp
Source§impl TypeName for NapiVecVecFp
impl TypeName for NapiVecVecFp
Source§impl ValidateNapiValue for &NapiVecVecFp
impl ValidateNapiValue for &NapiVecVecFp
Auto Trait Implementations§
impl Freeze for NapiVecVecFp
impl RefUnwindSafe for NapiVecVecFp
impl Send for NapiVecVecFp
impl Sync for NapiVecVecFp
impl Unpin for NapiVecVecFp
impl UnsafeUnpin for NapiVecVecFp
impl UnwindSafe for NapiVecVecFp
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