Struct plonk_wasm::plonk_verifier_index::fq::WasmFqDomain
source · pub struct WasmFqDomain {
pub log_size_of_group: i32,
pub group_gen: WasmPastaFq,
}
Fields§
§log_size_of_group: i32
§group_gen: WasmPastaFq
Implementations§
source§impl WasmFqDomain
impl WasmFqDomain
pub fn new(log_size_of_group: i32, group_gen: WasmPastaFq) -> Self
Trait Implementations§
source§impl Clone for WasmFqDomain
impl Clone for WasmFqDomain
source§fn clone(&self) -> WasmFqDomain
fn clone(&self) -> WasmFqDomain
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<WasmFqDomain> for JsValue
impl From<WasmFqDomain> for JsValue
source§fn from(value: WasmFqDomain) -> Self
fn from(value: WasmFqDomain) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmFqDomain
impl FromWasmAbi for WasmFqDomain
source§impl IntoWasmAbi for WasmFqDomain
impl IntoWasmAbi for WasmFqDomain
source§impl LongRefFromWasmAbi for WasmFqDomain
impl LongRefFromWasmAbi for WasmFqDomain
source§impl OptionFromWasmAbi for WasmFqDomain
impl OptionFromWasmAbi for WasmFqDomain
source§impl OptionIntoWasmAbi for WasmFqDomain
impl OptionIntoWasmAbi for WasmFqDomain
source§impl RefFromWasmAbi for WasmFqDomain
impl RefFromWasmAbi for WasmFqDomain
§type Anchor = Ref<'static, WasmFqDomain>
type Anchor = Ref<'static, WasmFqDomain>
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 WasmFqDomain
impl RefMutFromWasmAbi for WasmFqDomain
impl Copy for WasmFqDomain
Auto Trait Implementations§
impl RefUnwindSafe for WasmFqDomain
impl Send for WasmFqDomain
impl Sync for WasmFqDomain
impl Unpin for WasmFqDomain
impl UnwindSafe for WasmFqDomain
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
.