pub struct LiteXUartRegisters<R: LiteXSoCRegisterConfiguration> { /* private fields */ }Expand description
LiteX UART registers
Auto Trait Implementations§
impl<R> Freeze for LiteXUartRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Freeze,
impl<R> RefUnwindSafe for LiteXUartRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: RefUnwindSafe,
impl<R> Send for LiteXUartRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Send,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Send,
impl<R> Sync for LiteXUartRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Sync,
impl<R> Unpin for LiteXUartRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Unpin,
impl<R> UnwindSafe for LiteXUartRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: UnwindSafe,
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