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