pub struct GateWires(pub [Wire; 7]);Tuple Fields§
§0: [Wire; 7]Implementations§
Trait Implementations§
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.
impl Copy for GateWires
impl Eq for GateWires
impl StructuralPartialEq for GateWires
Auto Trait Implementations§
impl Freeze for GateWires
impl RefUnwindSafe for GateWires
impl Send for GateWires
impl Sync for GateWires
impl Unpin for GateWires
impl UnsafeUnpin for GateWires
impl UnwindSafe for GateWires
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.