Struct plonk_wasm::gate_vector::WasmGateWires
source · pub struct WasmGateWires(pub Wire, pub Wire, pub Wire, pub Wire, pub Wire, pub Wire, pub Wire);
Tuple Fields§
§0: Wire
§1: Wire
§2: Wire
§3: Wire
§4: Wire
§5: Wire
§6: Wire
Implementations§
source§impl WasmGateWires
impl WasmGateWires
Trait Implementations§
source§impl Clone for WasmGateWires
impl Clone for WasmGateWires
source§fn clone(&self) -> WasmGateWires
fn clone(&self) -> WasmGateWires
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 Debug for WasmGateWires
impl Debug for WasmGateWires
source§impl From<WasmGateWires> for JsValue
impl From<WasmGateWires> for JsValue
source§fn from(value: WasmGateWires) -> Self
fn from(value: WasmGateWires) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmGateWires
impl FromWasmAbi for WasmGateWires
source§impl IntoWasmAbi for WasmGateWires
impl IntoWasmAbi for WasmGateWires
source§impl LongRefFromWasmAbi for WasmGateWires
impl LongRefFromWasmAbi for WasmGateWires
source§impl OptionFromWasmAbi for WasmGateWires
impl OptionFromWasmAbi for WasmGateWires
source§impl OptionIntoWasmAbi for WasmGateWires
impl OptionIntoWasmAbi for WasmGateWires
source§impl RefFromWasmAbi for WasmGateWires
impl RefFromWasmAbi for WasmGateWires
§type Anchor = Ref<'static, WasmGateWires>
type Anchor = Ref<'static, WasmGateWires>
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 WasmGateWires
impl RefMutFromWasmAbi for WasmGateWires
impl Copy for WasmGateWires
Auto Trait Implementations§
impl RefUnwindSafe for WasmGateWires
impl Send for WasmGateWires
impl Sync for WasmGateWires
impl Unpin for WasmGateWires
impl UnwindSafe for WasmGateWires
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
.