Struct avr_device::atmega4809::USART1
source · pub struct USART1 { /* private fields */ }
Expand description
Universal Synchronous and Asynchronous Receiver and Transmitter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USART1
impl RefUnwindSafe for USART1
impl !Sync for USART1
impl Unpin for USART1
impl UnwindSafe for USART1
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