pub struct UsartRegisters { /* private fields */ }Expand description
Universal synchronous asynchronous receiver transmitter
Auto Trait Implementations§
impl !Freeze for UsartRegisters
impl !RefUnwindSafe for UsartRegisters
impl Send for UsartRegisters
impl !Sync for UsartRegisters
impl Unpin for UsartRegisters
impl UnwindSafe for UsartRegisters
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