pub struct Subckt<'s> {
pub ports: Vec<Cow<'s, str>>,
pub cktname: Cow<'s, str>,
pub params: Vec<KeyValue<'s>>,
}Fields§
§ports: Vec<Cow<'s, str>>§cktname: Cow<'s, str>§params: Vec<KeyValue<'s>>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Subckt<'s>
impl<'s> RefUnwindSafe for Subckt<'s>
impl<'s> Send for Subckt<'s>
impl<'s> Sync for Subckt<'s>
impl<'s> Unpin for Subckt<'s>
impl<'s> UnwindSafe for Subckt<'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