[][src]Struct spice21::comps::diode::Diode0

pub struct Diode0 { /* fields omitted */ }

Simplified Diode Model, Level "Zero"

Implementations

impl Diode0[src]

pub fn new(
    isat: f64,
    vt: f64,
    p: Option<VarIndex>,
    n: Option<VarIndex>
) -> Diode0
[src]

Trait Implementations

impl Component for Diode0[src]

impl Default for Diode0[src]

impl From<Diode0> for ComponentSolver[src]

impl TryInto<Diode0> for ComponentSolver[src]

type Error = &'static str

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Diode0

impl Send for Diode0

impl Sync for Diode0

impl Unpin for Diode0

impl UnwindSafe for Diode0

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.