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