pub enum FetKind {
Nmos,
Pmos,
JfetN,
JfetP,
}Expand description
Field-effect transistor kind.
Variants§
Trait Implementations§
Source§impl Ord for FetKind
impl Ord for FetKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FetKind
impl PartialOrd for FetKind
impl Copy for FetKind
impl Eq for FetKind
impl StructuralPartialEq for FetKind
Auto Trait Implementations§
impl Freeze for FetKind
impl RefUnwindSafe for FetKind
impl Send for FetKind
impl Sync for FetKind
impl Unpin for FetKind
impl UnsafeUnpin for FetKind
impl UnwindSafe for FetKind
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