[][src]Struct spice21::proto::proto::DiodeModel

pub struct DiodeModel {
    pub name: String,
    pub tnom: f64,
    pub is: f64,
    pub n: f64,
    pub tt: f64,
    pub vj: f64,
    pub m: f64,
    pub eg: f64,
    pub xti: f64,
    pub kf: f64,
    pub af: f64,
    pub fc: f64,
    pub bv: f64,
    pub ibv: f64,
    pub rs: f64,
    pub cj0: f64,
}

Fields

name: Stringtnom: f64is: f64n: f64tt: f64vj: f64m: f64eg: f64xti: f64kf: f64af: f64fc: f64bv: f64ibv: f64rs: f64cj0: f64

Trait Implementations

impl Clone for DiodeModel[src]

impl Debug for DiodeModel[src]

impl Default for DiodeModel[src]

impl Message for DiodeModel[src]

impl PartialEq<DiodeModel> for DiodeModel[src]

impl StructuralPartialEq for DiodeModel[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.