pub enum BjtKind {
Npn,
Pnp,
}Expand description
Bipolar junction transistor kind.
Variants§
Trait Implementations§
Source§impl Ord for BjtKind
impl Ord for BjtKind
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 BjtKind
impl PartialOrd for BjtKind
impl Copy for BjtKind
impl Eq for BjtKind
impl StructuralPartialEq for BjtKind
Auto Trait Implementations§
impl Freeze for BjtKind
impl RefUnwindSafe for BjtKind
impl Send for BjtKind
impl Sync for BjtKind
impl Unpin for BjtKind
impl UnsafeUnpin for BjtKind
impl UnwindSafe for BjtKind
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