#[repr(C)]pub struct PrunedWire {
pub row: u32,
pub col: u32,
}Expand description
On-disk form of crate::circuits::wires::Wire: 4-byte row, 4-byte col.
Fields§
§row: u32§col: u32Implementations§
Trait Implementations§
Source§impl Clone for PrunedWire
impl Clone for PrunedWire
Source§fn clone(&self) -> PrunedWire
fn clone(&self) -> PrunedWire
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrunedWire
Source§impl Debug for PrunedWire
impl Debug for PrunedWire
impl Eq for PrunedWire
Source§impl PartialEq for PrunedWire
impl PartialEq for PrunedWire
impl StructuralPartialEq for PrunedWire
Auto Trait Implementations§
impl Freeze for PrunedWire
impl RefUnwindSafe for PrunedWire
impl Send for PrunedWire
impl Sync for PrunedWire
impl Unpin for PrunedWire
impl UnsafeUnpin for PrunedWire
impl UnwindSafe for PrunedWire
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.