pub struct FullAdder { /* private fields */ }
Expand description
By means of two Half-adders, the Full-adder is able to add three bits.
The result is a sum
and a carry
bit.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FullAdder
impl Send for FullAdder
impl Sync for FullAdder
impl Unpin for FullAdder
impl UnwindSafe for FullAdder
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