pub struct Regs { /* private fields */ }Expand description
Universal synchronous asynchronous receiver transmitter.
Implementations§
Trait Implementations§
impl Copy for Usart
impl Eq for Usart
impl Send for Usart
impl StructuralPartialEq for Usart
impl Sync for Usart
Auto Trait Implementations§
impl Freeze for Usart
impl RefUnwindSafe for Usart
impl Unpin for Usart
impl UnsafeUnpin for Usart
impl UnwindSafe for Usart
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