pub struct Instance {
pub name: Span,
pub instance_type: InstanceType,
pub ports: Vec<Span>,
pub params: Vec<KeyValue>,
}
Expand description
XX1 net48 D VDD VNW PHVT11LL_CKT W=0.22u L=40.00n
Fields§
§name: Span
§instance_type: InstanceType
§ports: Vec<Span>
subckt/model name is the last arg
params: Vec<KeyValue>
(fisrt, rest)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Instance
impl RefUnwindSafe for Instance
impl Send for Instance
impl Sync for Instance
impl Unpin for Instance
impl UnwindSafe for Instance
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