pub struct NapiGateWires {
pub w0: NapiWire,
pub w1: NapiWire,
pub w2: NapiWire,
pub w3: NapiWire,
pub w4: NapiWire,
pub w5: NapiWire,
pub w6: NapiWire,
}Fields§
§w0: NapiWire§w1: NapiWire§w2: NapiWire§w3: NapiWire§w4: NapiWire§w5: NapiWire§w6: NapiWireImplementations§
Source§impl NapiGateWires
impl NapiGateWires
fn into_inner(self) -> [Wire; 7]
Trait Implementations§
Source§impl Clone for NapiGateWires
impl Clone for NapiGateWires
Source§fn clone(&self) -> NapiGateWires
fn clone(&self) -> NapiGateWires
Returns a duplicate 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 NapiGateWires
impl Debug for NapiGateWires
Source§impl Default for NapiGateWires
impl Default for NapiGateWires
Source§fn default() -> NapiGateWires
fn default() -> NapiGateWires
Returns the “default value” for a type. Read more
Source§impl From<GateWires> for NapiGateWires
impl From<GateWires> for NapiGateWires
Source§fn from(wires: CoreGateWires) -> Self
fn from(wires: CoreGateWires) -> Self
Converts to this type from the input type.
Source§impl From<NapiGateWires> for CoreGateWires
impl From<NapiGateWires> for CoreGateWires
Source§fn from(wires: NapiGateWires) -> Self
fn from(wires: NapiGateWires) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiGateWires
impl FromNapiValue for NapiGateWires
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiGateWires>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiGateWires>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for NapiGateWires
impl ToNapiValue for NapiGateWires
Source§unsafe fn to_napi_value(env: napi_env, val: NapiGateWires) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiGateWires) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiGateWires
impl TypeName for NapiGateWires
Source§impl ValidateNapiValue for NapiGateWires
impl ValidateNapiValue for NapiGateWires
impl Copy for NapiGateWires
Auto Trait Implementations§
impl Freeze for NapiGateWires
impl RefUnwindSafe for NapiGateWires
impl Send for NapiGateWires
impl Sync for NapiGateWires
impl Unpin for NapiGateWires
impl UnsafeUnpin for NapiGateWires
impl UnwindSafe for NapiGateWires
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