pub struct Instance<'s> {
pub name: Cow<'s, str>,
pub ctx: InstanceCtx<'s>,
}Expand description
XX1 net48 D VDD VNW PHVT11LL_CKT W=0.22u L=40.00nFields§
§name: Cow<'s, str>§ctx: InstanceCtx<'s>subckt/model name is the last arg (fisrt, rest)
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Instance<'s>
impl<'s> RefUnwindSafe for Instance<'s>
impl<'s> Send for Instance<'s>
impl<'s> Sync for Instance<'s>
impl<'s> Unpin for Instance<'s>
impl<'s> UnwindSafe for Instance<'s>
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