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