pub struct Not { /* private fields */ }
Expand description
The NOT gate is built using a NAND gate
inp | out |
---|---|
0 | 1 |
1 | 0 |
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Not
impl Send for Not
impl Sync for Not
impl Unpin for Not
impl UnwindSafe for Not
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more