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