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