pub enum ModelType<'s> {
}Variants§
AMP
operational amplifier model
C
capacitor model
CORE
magnetic core model
D
diode model
L
inductor model or magnetic core mutual inductor model
NJF
n-channel JFET model
NMOS
n-channel MOSFET model
NPN
npn BJT model
OPT
optimization model
PJF
p-channel JFET model
PMOS
p-channel MOSFET model
PNP
pnp BJT model
R
resistor model
U
lossy transmission line model (lumped)
W
lossy transmission line model
S
S-parameter
Unknown(Cow<'s, str>)
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for ModelType<'s>
impl<'s> RefUnwindSafe for ModelType<'s>
impl<'s> Send for ModelType<'s>
impl<'s> Sync for ModelType<'s>
impl<'s> Unpin for ModelType<'s>
impl<'s> UnwindSafe for ModelType<'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