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