pub struct Schematic<I> {Show 13 fields
pub version: Version<I>,
pub vhdl_property: Option<VhdlProperty<I>>,
pub symbol_property: Option<SymbolProperty<I>>,
pub verilog_property: Option<VerilogProperty<I>>,
pub spice_property: Option<SpiceProperty<I>>,
pub tedax_property: Option<TedaXProperty<I>>,
pub texts: Objects<Text<I>>,
pub lines: Objects<Line<I>>,
pub rectangles: Objects<Rectangle<I>>,
pub polygons: Objects<Polygon<I>>,
pub arcs: Objects<Arc<I>>,
pub wires: Objects<Wire<I>>,
pub components: Objects<Component<I>>,
}Expand description
Xschem schematic (or symbol).
Fields§
§version: Version<I>§vhdl_property: Option<VhdlProperty<I>>§symbol_property: Option<SymbolProperty<I>>§verilog_property: Option<VerilogProperty<I>>§spice_property: Option<SpiceProperty<I>>§tedax_property: Option<TedaXProperty<I>>§texts: Objects<Text<I>>§lines: Objects<Line<I>>§rectangles: Objects<Rectangle<I>>§polygons: Objects<Polygon<I>>§arcs: Objects<Arc<I>>§wires: Objects<Wire<I>>§components: Objects<Component<I>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for Schematic<I>where
I: Freeze,
impl<I> RefUnwindSafe for Schematic<I>where
I: RefUnwindSafe,
impl<I> Send for Schematic<I>where
I: Send,
impl<I> Sync for Schematic<I>where
I: Sync,
impl<I> Unpin for Schematic<I>where
I: Unpin,
impl<I> UnwindSafe for Schematic<I>where
I: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)