pub enum Object<I> {
SpiceProperty(SpiceProperty<I>),
VerilogProperty(VerilogProperty<I>),
VhdlProperty(VhdlProperty<I>),
TedaXProperty(TedaXProperty<I>),
SymbolProperty(SymbolProperty<I>),
Arc(Arc<I>),
Component(Component<I>),
Line(Line<I>),
Polygon(Polygon<I>),
Rectangle(Rectangle<I>),
Text(Text<I>),
Wire(Wire<I>),
}Variants§
SpiceProperty(SpiceProperty<I>)
VerilogProperty(VerilogProperty<I>)
VhdlProperty(VhdlProperty<I>)
TedaXProperty(TedaXProperty<I>)
SymbolProperty(SymbolProperty<I>)
Arc(Arc<I>)
Component(Component<I>)
Line(Line<I>)
Polygon(Polygon<I>)
Rectangle(Rectangle<I>)
Text(Text<I>)
Wire(Wire<I>)
Trait Implementations§
Source§impl<I> From<SpiceProperty<I>> for Object<I>
impl<I> From<SpiceProperty<I>> for Object<I>
Source§fn from(value: SpiceProperty<I>) -> Self
fn from(value: SpiceProperty<I>) -> Self
Converts to this type from the input type.
Source§impl<I> From<SymbolProperty<I>> for Object<I>
impl<I> From<SymbolProperty<I>> for Object<I>
Source§fn from(value: SymbolProperty<I>) -> Self
fn from(value: SymbolProperty<I>) -> Self
Converts to this type from the input type.
Source§impl<I> From<TedaXProperty<I>> for Object<I>
impl<I> From<TedaXProperty<I>> for Object<I>
Source§fn from(value: TedaXProperty<I>) -> Self
fn from(value: TedaXProperty<I>) -> Self
Converts to this type from the input type.
Source§impl<I> From<VerilogProperty<I>> for Object<I>
impl<I> From<VerilogProperty<I>> for Object<I>
Source§fn from(value: VerilogProperty<I>) -> Self
fn from(value: VerilogProperty<I>) -> Self
Converts to this type from the input type.
Source§impl<I> From<VhdlProperty<I>> for Object<I>
impl<I> From<VhdlProperty<I>> for Object<I>
Source§fn from(value: VhdlProperty<I>) -> Self
fn from(value: VhdlProperty<I>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<I> Freeze for Object<I>where
I: Freeze,
impl<I> RefUnwindSafe for Object<I>where
I: RefUnwindSafe,
impl<I> Send for Object<I>where
I: Send,
impl<I> Sync for Object<I>where
I: Sync,
impl<I> Unpin for Object<I>where
I: Unpin,
impl<I> UnwindSafe for Object<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)