pub struct NapiFpLookupSelectors {
pub xor: Option<NapiFpPolyComm>,
pub lookup: Option<NapiFpPolyComm>,
pub range_check: Option<NapiFpPolyComm>,
pub ffmul: Option<NapiFpPolyComm>,
}Fields§
§xor: Option<NapiFpPolyComm>§lookup: Option<NapiFpPolyComm>§range_check: Option<NapiFpPolyComm>§ffmul: Option<NapiFpPolyComm>Trait Implementations§
Source§impl Clone for NapiFpLookupSelectors
impl Clone for NapiFpLookupSelectors
Source§fn clone(&self) -> NapiFpLookupSelectors
fn clone(&self) -> NapiFpLookupSelectors
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 NapiFpLookupSelectors
impl Debug for NapiFpLookupSelectors
Source§impl Default for NapiFpLookupSelectors
impl Default for NapiFpLookupSelectors
Source§fn default() -> NapiFpLookupSelectors
fn default() -> NapiFpLookupSelectors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiFpLookupSelectors
impl<'de> Deserialize<'de> for NapiFpLookupSelectors
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<&LookupSelectors<PolyComm<Affine<VestaParameters>>>> for NapiFpLookupSelectors
impl From<&LookupSelectors<PolyComm<Affine<VestaParameters>>>> for NapiFpLookupSelectors
Source§impl From<&NapiFpLookupSelectors> for LookupSelectors<PolyComm<Vesta>>
impl From<&NapiFpLookupSelectors> for LookupSelectors<PolyComm<Vesta>>
Source§fn from(x: &NapiFpLookupSelectors) -> Self
fn from(x: &NapiFpLookupSelectors) -> Self
Converts to this type from the input type.
Source§impl From<LookupSelectors<PolyComm<Affine<VestaParameters>>>> for NapiFpLookupSelectors
impl From<LookupSelectors<PolyComm<Affine<VestaParameters>>>> for NapiFpLookupSelectors
Source§impl From<NapiFpLookupSelectors> for LookupSelectors<PolyComm<Vesta>>
impl From<NapiFpLookupSelectors> for LookupSelectors<PolyComm<Vesta>>
Source§fn from(x: NapiFpLookupSelectors) -> Self
fn from(x: NapiFpLookupSelectors) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiFpLookupSelectors
impl FromNapiValue for NapiFpLookupSelectors
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFpLookupSelectors>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFpLookupSelectors>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl Serialize for NapiFpLookupSelectors
impl Serialize for NapiFpLookupSelectors
Source§impl ToNapiValue for NapiFpLookupSelectors
impl ToNapiValue for NapiFpLookupSelectors
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiFpLookupSelectors,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiFpLookupSelectors, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFpLookupSelectors
impl TypeName for NapiFpLookupSelectors
Auto Trait Implementations§
impl Freeze for NapiFpLookupSelectors
impl RefUnwindSafe for NapiFpLookupSelectors
impl Send for NapiFpLookupSelectors
impl Sync for NapiFpLookupSelectors
impl Unpin for NapiFpLookupSelectors
impl UnsafeUnpin for NapiFpLookupSelectors
impl UnwindSafe for NapiFpLookupSelectors
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