pub struct HalfAdder { /* private fields */ }
Expand description
The Half-adder chip is able to add together 2 binary numbers.
The result is a sum
and a carry
bit
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HalfAdder
impl Send for HalfAdder
impl Sync for HalfAdder
impl Unpin for HalfAdder
impl UnwindSafe for HalfAdder
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