Struct libreda_db::chip::PinInst
source · pub struct PinInst {
pub template_pin_id: PinId,
pub circuit_inst: CellInstId,
net: Option<NetId>,
}Expand description
Instance of a pin.
Fields§
§template_pin_id: PinIdID of the template pin.
circuit_inst: CellInstIdCircuit instance where this pin instance lives in.
net: Option<NetId>Net connected to this pin instance.
Trait Implementations§
source§impl<'de> Deserialize<'de> for PinInst
impl<'de> Deserialize<'de> for PinInst
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more