Struct plonk_wasm::plonk_verifier_index::fp::WasmFpDomain
source · pub struct WasmFpDomain {
pub log_size_of_group: i32,
pub group_gen: WasmPastaFp,
}
Fields§
§log_size_of_group: i32
§group_gen: WasmPastaFp
Implementations§
source§impl WasmFpDomain
impl WasmFpDomain
pub fn new(log_size_of_group: i32, group_gen: WasmPastaFp) -> Self
Trait Implementations§
source§impl Clone for WasmFpDomain
impl Clone for WasmFpDomain
source§fn clone(&self) -> WasmFpDomain
fn clone(&self) -> WasmFpDomain
Returns a copy 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<WasmFpDomain> for JsValue
impl From<WasmFpDomain> for JsValue
source§fn from(value: WasmFpDomain) -> Self
fn from(value: WasmFpDomain) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmFpDomain
impl FromWasmAbi for WasmFpDomain
source§impl IntoWasmAbi for WasmFpDomain
impl IntoWasmAbi for WasmFpDomain
source§impl LongRefFromWasmAbi for WasmFpDomain
impl LongRefFromWasmAbi for WasmFpDomain
source§impl OptionFromWasmAbi for WasmFpDomain
impl OptionFromWasmAbi for WasmFpDomain
source§impl OptionIntoWasmAbi for WasmFpDomain
impl OptionIntoWasmAbi for WasmFpDomain
source§impl RefFromWasmAbi for WasmFpDomain
impl RefFromWasmAbi for WasmFpDomain
§type Anchor = Ref<'static, WasmFpDomain>
type Anchor = Ref<'static, WasmFpDomain>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.source§impl RefMutFromWasmAbi for WasmFpDomain
impl RefMutFromWasmAbi for WasmFpDomain
impl Copy for WasmFpDomain
Auto Trait Implementations§
impl RefUnwindSafe for WasmFpDomain
impl Send for WasmFpDomain
impl Sync for WasmFpDomain
impl Unpin for WasmFpDomain
impl UnwindSafe for WasmFpDomain
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.