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
Source§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
Source§impl TryFromJsValue for WasmGateWires
impl TryFromJsValue for WasmGateWires
Source§impl VectorFromWasmAbi for WasmGateWires
impl VectorFromWasmAbi for WasmGateWires
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmGateWires]>
Source§impl VectorIntoWasmAbi for WasmGateWires
impl VectorIntoWasmAbi for WasmGateWires
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmGateWires]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmGateWires
impl WasmDescribeVector for WasmGateWires
impl Copy for WasmGateWires
Auto Trait Implementations§
impl Freeze for WasmGateWires
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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,
Source§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
.