pub struct UART1 { /* private fields */ }Expand description
Hardware Singleton for UART1
Implementations§
Trait Implementations§
Source§impl ConstRegBlockPtr<PL011_Regs> for UART1
impl ConstRegBlockPtr<PL011_Regs> for UART1
Source§fn ptr() -> *const PL011_Regs
fn ptr() -> *const PL011_Regs
returns a pointer to the register block
impl Send for UART1
Auto Trait Implementations§
impl Freeze for UART1
impl RefUnwindSafe for UART1
impl !Sync for UART1
impl Unpin for UART1
impl UnwindSafe for UART1
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