pub struct USART8 { /* private fields */ }
Expand description
USART8 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for USART8
impl Peripheral for USART8
impl RccPeripheral for USART8
Auto Trait Implementations§
impl Freeze for USART8
impl RefUnwindSafe for USART8
impl Send for USART8
impl Sync for USART8
impl Unpin for USART8
impl UnwindSafe for USART8
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