pub struct IS7816 { /* private fields */ }Expand description
UART 7816 Interrupt Status Register
Implementations§
Auto Trait Implementations§
impl !Freeze for IS7816
impl !RefUnwindSafe for IS7816
impl Send for IS7816
impl !Sync for IS7816
impl Unpin for IS7816
impl UnwindSafe for IS7816
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more