Struct plonk_wasm::gate_vector::fp::WasmFpGateVector
source · pub struct WasmFpGateVector(pub Vec<CircuitGate<F>>);
Tuple Fields§
§0: Vec<CircuitGate<F>>
Trait Implementations§
source§impl From<WasmFpGateVector> for JsValue
impl From<WasmFpGateVector> for JsValue
source§fn from(value: WasmFpGateVector) -> Self
fn from(value: WasmFpGateVector) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmFpGateVector
impl FromWasmAbi for WasmFpGateVector
source§impl IntoWasmAbi for WasmFpGateVector
impl IntoWasmAbi for WasmFpGateVector
source§impl OptionFromWasmAbi for WasmFpGateVector
impl OptionFromWasmAbi for WasmFpGateVector
source§impl OptionIntoWasmAbi for WasmFpGateVector
impl OptionIntoWasmAbi for WasmFpGateVector
source§impl RefFromWasmAbi for WasmFpGateVector
impl RefFromWasmAbi for WasmFpGateVector
§type Anchor = Ref<'static, WasmFpGateVector>
type Anchor = Ref<'static, WasmFpGateVector>
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 WasmFpGateVector
impl RefMutFromWasmAbi for WasmFpGateVector
Auto Trait Implementations§
impl RefUnwindSafe for WasmFpGateVector
impl Send for WasmFpGateVector
impl Sync for WasmFpGateVector
impl Unpin for WasmFpGateVector
impl UnwindSafe for WasmFpGateVector
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
.