pub struct Inc16 { /* private fields */ }
Expand description
The Inc16 chip is able to add 1 to a given number.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Inc16
impl Send for Inc16
impl Sync for Inc16
impl Unpin for Inc16
impl UnwindSafe for Inc16
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