pub struct ThreeInputOrGate {}Expand description
Fields§
§vcc: Pin§gnd: Pin§a: Pin§b: Pin§c: Pin§abc: Pin§d: Pin§e: Pin§f: Pin§def: Pin§g: Pin§h: Pin§i: Pin§ghi: PinImplementations§
Source§impl ThreeInputOrGate
impl ThreeInputOrGate
pub const VCC: PinId = 14usize
pub const GND: PinId = 7usize
pub const A: PinId = 1usize
pub const B: PinId = 2usize
pub const C: PinId = 13usize
pub const ABC: PinId = 12usize
pub const D: PinId = 3usize
pub const E: PinId = 4usize
pub const F: PinId = 5usize
pub const DEF: PinId = 6usize
pub const G: PinId = 11usize
pub const H: PinId = 10usize
pub const I: PinId = 9usize
pub const GHI: PinId = 8usize
Trait Implementations§
Source§impl Chip for ThreeInputOrGate
impl Chip for ThreeInputOrGate
Source§impl ChipBuilder<ChipSet> for ThreeInputOrGate
impl ChipBuilder<ChipSet> for ThreeInputOrGate
Source§impl ChipRunner for ThreeInputOrGate
impl ChipRunner for ThreeInputOrGate
Source§impl Clone for ThreeInputOrGate
impl Clone for ThreeInputOrGate
Source§fn clone(&self) -> ThreeInputOrGate
fn clone(&self) -> ThreeInputOrGate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ThreeInputOrGate
impl Debug for ThreeInputOrGate
Source§impl Default for ThreeInputOrGate
impl Default for ThreeInputOrGate
Source§fn default() -> ThreeInputOrGate
fn default() -> ThreeInputOrGate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThreeInputOrGate
impl<'de> Deserialize<'de> for ThreeInputOrGate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ThreeInputOrGate
impl RefUnwindSafe for ThreeInputOrGate
impl Send for ThreeInputOrGate
impl Sync for ThreeInputOrGate
impl Unpin for ThreeInputOrGate
impl UnwindSafe for ThreeInputOrGate
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