pub struct MOSFET<'s> {
pub nd: Cow<'s, str>,
pub ng: Cow<'s, str>,
pub ns: Cow<'s, str>,
pub nb: Option<Cow<'s, str>>,
pub mname: Cow<'s, str>,
pub params: Vec<KeyValue<'s>>,
}Fields§
§nd: Cow<'s, str>§ng: Cow<'s, str>§ns: Cow<'s, str>§nb: Option<Cow<'s, str>>§mname: Cow<'s, str>§params: Vec<KeyValue<'s>>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for MOSFET<'s>
impl<'s> RefUnwindSafe for MOSFET<'s>
impl<'s> Send for MOSFET<'s>
impl<'s> Sync for MOSFET<'s>
impl<'s> Unpin for MOSFET<'s>
impl<'s> UnwindSafe for MOSFET<'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