struct GridPins {
b0: PinId,
b1: PinId,
s: PinId,
c: PinId,
}Expand description
The four pins every grid block carries: two west inputs, two east outputs. Named once so the wiring and the emitter cannot disagree about which is which.
Fields§
§b0: PinId§b1: PinId§s: PinId§c: PinIdAuto Trait Implementations§
impl Freeze for GridPins
impl RefUnwindSafe for GridPins
impl Send for GridPins
impl Sync for GridPins
impl Unpin for GridPins
impl UnsafeUnpin for GridPins
impl UnwindSafe for GridPins
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