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