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