pub struct Diode<'s> {
pub nplus: Cow<'s, str>,
pub nminus: Cow<'s, str>,
pub mname: Cow<'s, str>,
pub params: Vec<KeyValue<'s>>,
}Expand description
https://eda-cpu1.eias.junzhuo.site/~junzhuo/hspice/index.htm#page/hspice_11/diode_element.htm
Fields§
§nplus: Cow<'s, str>§nminus: Cow<'s, str>§mname: Cow<'s, str>§params: Vec<KeyValue<'s>>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Diode<'s>
impl<'s> RefUnwindSafe for Diode<'s>
impl<'s> Send for Diode<'s>
impl<'s> Sync for Diode<'s>
impl<'s> Unpin for Diode<'s>
impl<'s> UnwindSafe for Diode<'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