pub struct ET7816 { /* private fields */ }Expand description
UART 7816 Error Threshold Register
Implementations§
Auto Trait Implementations§
impl !Freeze for ET7816
impl !RefUnwindSafe for ET7816
impl Send for ET7816
impl !Sync for ET7816
impl Unpin for ET7816
impl UnwindSafe for ET7816
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