pub struct USART3 { /* private fields */ }
Expand description
USART3
Implementations§
Trait Implementations§
Source§impl Deref for USART3
impl Deref for USART3
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Pins<USART3> for (PB10<Alternate<AF4>>, PB11<Alternate<AF4>>)
impl Pins<USART3> for (PC10<Alternate<AF1>>, PC11<Alternate<AF1>>)
impl Pins<USART3> for (PC4<Alternate<AF1>>, PC5<Alternate<AF1>>)
impl Send for USART3
Auto Trait Implementations§
impl Freeze for USART3
impl RefUnwindSafe for USART3
impl !Sync for USART3
impl Unpin for USART3
impl UnwindSafe for USART3
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