pub struct Add16 { /* private fields */ }
Expand description
The Add16 chip is able to add two 16-bit numbers
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Add16
impl Send for Add16
impl Sync for Add16
impl Unpin for Add16
impl UnwindSafe for Add16
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